diff mbox series

[01/10] arch: arm: dts: fsl-ls1088a.dtsi: add an 'soc' node

Message ID 20230315110418.841832-2-ioana.ciornei@nxp.com
State Accepted
Commit 204d574fe4b01a9468ac5256cf3cffdd874d204a
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
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-ls1088a.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 9b7c54b260e2..36ec0ff51f2a 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.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>;
+
+	};
+
 	i2c0: i2c@2000000 {
 		compatible = "fsl,vf610-i2c";
 		#address-cells = <1>;