]> git.itanic.dy.fi Git - linux-stable/commitdiff
arm64: dts: Add SFP node for TA 3.0 devices
authorSean Anderson <sean.anderson@seco.com>
Thu, 30 Jun 2022 22:32:07 +0000 (18:32 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Jul 2022 01:06:09 +0000 (09:06 +0800)
This adds an SFP node for Trust Architecture 3.0 devices.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

index 1456364ab795f80a56251fa6cc4b315f4e3aa692..421d879013d7ffece57a077a3a8a44e15839aad0 100644 (file)
@@ -269,6 +269,14 @@ extirq: interrupt-controller@14 {
                        };
                };
 
+               sfp: efuse@1e80000 {
+                       compatible = "fsl,ls1028a-sfp";
+                       reg = <0x0 0x1e80000 0x0 0x10000>;
+                       clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
+                                           QORIQ_CLK_PLL_DIV(4)>;
+                       clock-names = "sfp";
+               };
+
                tmu: tmu@1f80000 {
                        compatible = "fsl,qoriq-tmu";
                        reg = <0x0 0x1f80000 0x0 0x10000>;
index 3692d4cf6fcf9976b53fe8ccf975e50eb9d582da..d76f1c42f3fa504aef468e3e02d70c26686d3011 100644 (file)
@@ -278,6 +278,14 @@ dcfg: dcfg@1e00000 {
                        little-endian;
                };
 
+               sfp: efuse@1e80000 {
+                       compatible = "fsl,ls1028a-sfp";
+                       reg = <0x0 0x1e80000 0x0 0x10000>;
+                       clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
+                                           QORIQ_CLK_PLL_DIV(4)>;
+                       clock-names = "sfp";
+               };
+
                isc: syscon@1f70000 {
                        compatible = "fsl,ls2080a-isc", "syscon";
                        reg = <0x0 0x1f70000 0x0 0x10000>;
index 2f834f688bbe925c6e0b6b520d27804ed1bef6d5..6680fb2a6dc92332eb1340e8073aa79adbbf8e54 100644 (file)
@@ -671,6 +671,14 @@ dcfg: syscon@1e00000 {
                        little-endian;
                };
 
+               sfp: efuse@1e80000 {
+                       compatible = "fsl,ls1028a-sfp";
+                       reg = <0x0 0x1e80000 0x0 0x10000>;
+                       clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
+                                           QORIQ_CLK_PLL_DIV(4)>;
+                       clock-names = "sfp";
+               };
+
                isc: syscon@1f70000 {
                        compatible = "fsl,lx2160a-isc", "syscon";
                        reg = <0x0 0x1f70000 0x0 0x10000>;