From: Jonas Gorski Date: Thu, 21 Aug 2014 11:27:56 +0000 (+0000) Subject: brcm63xx: dts: fix spelling of "bank-width" X-Git-Tag: reboot~6156 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=84001352fd9d32748021deea2fac0021ffdfc333;p=openwrt%2Fopenwrt.git brcm63xx: dts: fix spelling of "bank-width" Fixes pflash registration through DT for 6338/6345/6348. Signed-off-by: Jonas Gorski SVN-Revision: 42235 --- 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>;