diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:27:56 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-21 11:27:56 +0000 |
commit | 84001352fd9d32748021deea2fac0021ffdfc333 (patch) | |
tree | ad04f019ffcc1054875bc466b8f9da83e5cdf081 /target/linux/brcm63xx/dts | |
parent | 33e2a51d4dce68cb7463bd7463070c47a0a93c70 (diff) | |
download | upstream-84001352fd9d32748021deea2fac0021ffdfc333.tar.gz upstream-84001352fd9d32748021deea2fac0021ffdfc333.tar.bz2 upstream-84001352fd9d32748021deea2fac0021ffdfc333.zip |
brcm63xx: dts: fix spelling of "bank-width"
Fixes pflash registration through DT for 6338/6345/6348.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42235
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6338.dtsi | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6345.dtsi | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6348.dtsi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6338.dtsi b/target/linux/brcm63xx/dts/bcm6338.dtsi index b06d3988d7..a20bd735fb 100644 --- a/target/linux/brcm63xx/dts/bcm6338.dtsi +++ b/target/linux/brcm63xx/dts/bcm6338.dtsi @@ -18,7 +18,7 @@ pflash: nor@1fc00000 { compatible = "cfi-flash"; reg = <0x1fc00000 0x400000>; - bank-witdh = <2>; + bank-width = <2>; #address-cells = <1>; #size-cells = <1>; diff --git a/target/linux/brcm63xx/dts/bcm6345.dtsi b/target/linux/brcm63xx/dts/bcm6345.dtsi index 78e06c2192..51123a8f23 100644 --- a/target/linux/brcm63xx/dts/bcm6345.dtsi +++ b/target/linux/brcm63xx/dts/bcm6345.dtsi @@ -18,7 +18,7 @@ pflash: nor@1fc00000 { compatible = "cfi-flash"; reg = <0x1fc00000 0x400000>; - bank-witdh = <2>; + bank-width = <2>; #address-cells = <1>; #size-cells = <1>; diff --git a/target/linux/brcm63xx/dts/bcm6348.dtsi b/target/linux/brcm63xx/dts/bcm6348.dtsi index a2beafdbf1..c83931389b 100644 --- a/target/linux/brcm63xx/dts/bcm6348.dtsi +++ b/target/linux/brcm63xx/dts/bcm6348.dtsi @@ -18,7 +18,7 @@ pflash: nor@1fc00000 { compatible = "cfi-flash"; reg = <0x1fc00000 0x400000>; - bank-witdh = <2>; + bank-width = <2>; #address-cells = <1>; #size-cells = <1>; |