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 | 66f3f87e6c6cfcb173d8d8f6d8491fc678a57586 (patch) | |
| tree | 4cb344bfe49a178af2481abcb1eeffb00e6eabfd | |
| parent | 08c8aced286e1984254041040a70ab5331fc33b2 (diff) | |
| download | upstream-66f3f87e6c6cfcb173d8d8f6d8491fc678a57586.tar.gz upstream-66f3f87e6c6cfcb173d8d8f6d8491fc678a57586.tar.bz2 upstream-66f3f87e6c6cfcb173d8d8f6d8491fc678a57586.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42235 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 b06d3988d79..a20bd735fb5 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 78e06c2192d..51123a8f23e 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 a2beafdbf19..c83931389be 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>; |
