diff mbox series

[2/5] arch: arm: dst: fsl-ls2080a.dtsi: move the serial nodes under soc

Message ID 20230228163212.1188337-3-ioana.ciornei@nxp.com
State Accepted
Commit 853c3124cd9548f128ac846d06eedb99c75aabf9
Delegated to: Peng Fan
Headers show
Series Convert the LS208xA RDB/QDS boards to DM_SERIAL | expand

Commit Message

Ioana Ciornei Feb. 28, 2023, 4:32 p.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-ls2080a.dtsi | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

Comments

Vladimir Oltean March 13, 2023, 3:49 p.m. UTC | #1
On Tue, Feb 28, 2023 at 06:32:09PM +0200, Ioana Ciornei wrote:
> 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>
> ---

Small typo in the commit message here and in other patches: "dst"
instead of "dts".

Otherwise:

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index 77fec065584b..2ee426acfd58 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -42,22 +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 */
-	};
+		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 */
+		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 {