[linux-yocto] [PATCH 133/161] axxia: Fixed typo in acpxxxx.dts file

Cristian Bercaru cristian.bercaru at windriver.com
Thu May 21 12:21:55 PDT 2015


From: John Jacques <john.jacques at lsi.com>

This typo causes the build to break, the fix includes
some cleanup to the file.

Signed-off-by: John Jacques <john.jacques at lsi.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 arch/powerpc/boot/dts/acp342x.dts |    4 ++--
 arch/powerpc/boot/dts/acp35xx.dts |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/boot/dts/acp342x.dts b/arch/powerpc/boot/dts/acp342x.dts
index 6e02a8c..344e019 100644
--- a/arch/powerpc/boot/dts/acp342x.dts
+++ b/arch/powerpc/boot/dts/acp342x.dts
@@ -101,7 +101,7 @@
                         };
                         UART1: serial at 00405000 {
                                 device_type = "serial";
-				 compatible = "lsi,acp-uart1";
+                                compatible = "lsi,acp-uart1";
                                 enabled = <0>;
                                 reg = <0x00405000 0x1000>;
                                 clock-reg = <0x00408060 0x20>;
@@ -115,7 +115,7 @@
                                 compatible = "lsi,acp-usb";
                                 enabled = <1>;
 				reg = <0x20 0x004A0000 0x0 0020000>,
-				<0x20 0x0040C000 0x0 0001000>;
+                                <0x20 0x0040C000 0x0 0001000>;
                                 interrupt-parent = <&MPIC>;
                                 interrupts = <31>;
                         };
diff --git a/arch/powerpc/boot/dts/acp35xx.dts b/arch/powerpc/boot/dts/acp35xx.dts
index 0bf153f..4202cfa 100644
--- a/arch/powerpc/boot/dts/acp35xx.dts
+++ b/arch/powerpc/boot/dts/acp35xx.dts
@@ -406,10 +406,10 @@
 		/*
                 linkdown-reset = <0x0200 0x100 0x0020 0x0040A000 0x0 0x000010000>;
 		*/
-                interrupt-parent = <&MPIC>;
+		interrupt-parent = <&MPIC>;
                 interrupts = <56 2>;
                 outb-dmes = <2 0x00000003 1 0x00000001>;
-                enable_ds = <1>;
+		enable_ds = <1>;
         };
-+
+
 };
-- 
1.7.9.5



More information about the linux-yocto mailing list