diff mbox

[OpenWrt-Devel,v2] brcm63xx: fix bcm3368.dtsi typo.

Message ID 1430056395-14670-1-git-send-email-noltari@gmail.com
State Superseded, archived
Delegated to: Jonas Gorski
Headers show

Commit Message

Álvaro Fernández Rojas April 26, 2015, 1:53 p.m. UTC
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
v2: multitasking failed, it's BCM3368 (not BCM6348).

 target/linux/brcm63xx/dts/bcm3368.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/target/linux/brcm63xx/dts/bcm3368.dtsi b/target/linux/brcm63xx/dts/bcm3368.dtsi
index ebf3d1c..f3b0b02 100644
--- a/target/linux/brcm63xx/dts/bcm3368.dtsi
+++ b/target/linux/brcm63xx/dts/bcm3368.dtsi
@@ -75,7 +75,7 @@ 
 		};
 
 		gpio1: gpio-controller@fff8c080 {
-			compatible = "brcm,6345-gpio";
+			compatible = "brcm,bcm6345-gpio";
 			reg = <0xfff8c080 4>, <0xfff8c088 4>;
 
 			gpio-controller;
@@ -85,7 +85,7 @@ 
 		};
 
 		gpio0: gpio-controller@fff8c084 {
-			compatible = "brcm,6345-gpio";
+			compatible = "brcm,bcm6345-gpio";
 			reg = <0xfff8c084 4>, <0xfff8c08c 4>;
 
 			gpio-controller;