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
This commit is contained in:
Jonas Gorski
2014-08-21 11:27:56 +00:00
parent 08c8aced28
commit 66f3f87e6c
3 changed files with 3 additions and 3 deletions

View File

@@ -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>;

View File

@@ -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>;

View File

@@ -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>;