Author: jogo Date: 2014-08-21 13:27:56 +0200 (Thu, 21 Aug 2014) New Revision: 42235
Modified: trunk/target/linux/brcm63xx/dts/bcm6338.dtsi trunk/target/linux/brcm63xx/dts/bcm6345.dtsi trunk/target/linux/brcm63xx/dts/bcm6348.dtsi Log: brcm63xx: dts: fix spelling of "bank-width" Fixes pflash registration through DT for 6338/6345/6348. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/dts/bcm6338.dtsi =================================================================== --- trunk/target/linux/brcm63xx/dts/bcm6338.dtsi 2014-08-21 11:27:44 UTC (rev 42234) +++ trunk/target/linux/brcm63xx/dts/bcm6338.dtsi 2014-08-21 11:27:56 UTC (rev 42235) @@ -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>; Modified: trunk/target/linux/brcm63xx/dts/bcm6345.dtsi =================================================================== --- trunk/target/linux/brcm63xx/dts/bcm6345.dtsi 2014-08-21 11:27:44 UTC (rev 42234) +++ trunk/target/linux/brcm63xx/dts/bcm6345.dtsi 2014-08-21 11:27:56 UTC (rev 42235) @@ -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>; Modified: trunk/target/linux/brcm63xx/dts/bcm6348.dtsi =================================================================== --- trunk/target/linux/brcm63xx/dts/bcm6348.dtsi 2014-08-21 11:27:44 UTC (rev 42234) +++ trunk/target/linux/brcm63xx/dts/bcm6348.dtsi 2014-08-21 11:27:56 UTC (rev 42235) @@ -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>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
