summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-07-16 01:58:54 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-08-09 01:55:10 +0200
commitf2791ed73193f0f0a5b5fa41da1ee4dfefa64a68 (patch)
treedfc30ea167d7db9516b1192a5ac884d4467690e4 /arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts
parente647167967f84b95f64c9ff14dc161fbd645e5cc (diff)
ARM: dts: ixp4xx: Use the expansion bus
Replace the "simple-bus" simplification by the proper bus for IXP4xx memory or device expansion. Use chip-select addressing with two address cells on all the flashes mounted on the IXP4xx devices. This includes all flash chips. Change the unit-name from @50000000 to @c4000000 as the DTS validation screams. The registers for controlling the bus are at c4000000 but the actual memory windows and ranges are at 50000000. Well it is just syntax, we can live with it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts')
-rw-r--r--arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts b/arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts
index 220605e297c3..f5846a50e4d4 100644
--- a/arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts
+++ b/arch/arm/boot/dts/intel-ixp42x-welltech-epbx100.dts
@@ -29,14 +29,14 @@
};
soc {
- bus@50000000 {
- flash@0 {
+ bus@c4000000 {
+ flash@0,0 {
compatible = "intel,ixp4xx-flash", "cfi-flash";
bank-width = <2>;
/*
* 16 MB of Flash
*/
- reg = <0x00000000 0x1000000>;
+ reg = <0 0x00000000 0x1000000>;
partitions {
compatible = "fixed-partitions";