diff mbox series

[1/5] arch: arm: dst: fsl-ls2080a.dtsi: add an 'soc' node

Message ID 20230228163212.1188337-2-ioana.ciornei@nxp.com
State Accepted
Commit c445af6d2373f2c0a5b35d39c0b6efbaffd48257
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
The u-boot dts for these boards do not have an soc node, unlike its
Linux counterpart. This patch just adds the soc node as seen in Linux,
the next patches will move some nodes under it.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 arch/arm/dts/fsl-ls2080a.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Vladimir Oltean March 13, 2023, 3:48 p.m. UTC | #1
On Tue, Feb 28, 2023 at 06:32:08PM +0200, Ioana Ciornei wrote:
> The u-boot dts for these boards do not have an soc node, unlike its
> Linux counterpart. This patch just adds the soc node as seen in Linux,
> the next patches will move some nodes under it.
> 
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> ---

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 a1837454f43d..77fec065584b 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -35,6 +35,15 @@ 
 			     <1 10 0x8>; /* Hypervisor PPI, active-low */
 	};
 
+	soc {
+		compatible = "simple-bus";
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+		dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+
+	};
+
 	serial0: serial@21c0500 {
 		device_type = "serial";
 		compatible = "fsl,ns16550", "ns16550a";