diff mbox series

[02/10] arch: arm: dts: fsl-ls1088a.dtsi: move the serial nodes under soc

Message ID 20230315110418.841832-3-ioana.ciornei@nxp.com
State Accepted
Commit 2b7d2c236bc246b3640268675daeda68f24a98d4
Delegated to: Peng Fan
Headers show
Series Convert LS1088A and LX2160 to DM_SERIAL | expand

Commit Message

Ioana Ciornei March 15, 2023, 11:04 a.m. UTC
Move the serial nodes under the soc node. No changes are made to the
nodes, just their location is changed.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 arch/arm/dts/fsl-ls1088a.dtsi | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 36ec0ff51f2a..0eb0f6c41aef 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -42,6 +42,21 @@ 
 		ranges;
 		dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
 
+		serial0: serial@21c0500 {
+			device_type = "serial";
+			compatible = "fsl,ns16550", "ns16550a";
+			reg = <0x0 0x21c0500 0x0 0x100>;
+			clock-frequency = <0>; /* Updated by bootloader */
+			interrupts = <0 32 0x1>; /* edge triggered */
+		};
+
+		serial1: serial@21c0600 {
+			device_type = "serial";
+			compatible = "fsl,ns16550", "ns16550a";
+			reg = <0x0 0x21c0600 0x0 0x100>;
+			clock-frequency = <0>; /* Updated by bootloader */
+			interrupts = <0 32 0x1>; /* edge triggered */
+		};
 	};
 
 	i2c0: i2c@2000000 {
@@ -76,22 +91,6 @@ 
 		interrupts = <0 35 4>;
 	};
 
-	serial0: serial@21c0500 {
-		device_type = "serial";
-		compatible = "fsl,ns16550", "ns16550a";
-		reg = <0x0 0x21c0500 0x0 0x100>;
-		clock-frequency = <0>;	/* Updated by bootloader */
-		interrupts = <0 32 0x1>; /* edge triggered */
-	};
-
-	serial1: serial@21c0600 {
-		device_type = "serial";
-		compatible = "fsl,ns16550", "ns16550a";
-		reg = <0x0 0x21c0600 0x0 0x100>;
-		clock-frequency = <0>; 	/* Updated by bootloader */
-		interrupts = <0 32 0x1>; /* edge triggered */
-	};
-
 	dspi: dspi@2100000 {
 		compatible = "fsl,vf610-dspi";
 		#address-cells = <1>;