From 84001352fd9d32748021deea2fac0021ffdfc333 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Thu, 21 Aug 2014 11:27:56 +0000
Subject: 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
---
 target/linux/brcm63xx/dts/bcm6338.dtsi | 2 +-
 target/linux/brcm63xx/dts/bcm6345.dtsi | 2 +-
 target/linux/brcm63xx/dts/bcm6348.dtsi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'target/linux/brcm63xx/dts')

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>;
 
-- 
cgit v1.2.3