Browse Source

brcm63xx: fix bcm3368.dtsi typo.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 45582
Jonas Gorski 10 years ago
parent
commit
5e7f4ab632
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/brcm63xx/dts/bcm3368.dtsi

+ 2 - 2
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;