* [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions
@ 2025-08-25 18:00 Josua Mayer
2025-08-25 18:00 ` [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy Josua Mayer
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Josua Mayer @ 2025-08-25 18:00 UTC (permalink / raw)
To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Josua Mayer
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
Josua Mayer (2):
arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy
arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 2 ++
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi | 8 ++++++++
2 files changed, 10 insertions(+)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250825-lx2160-clearfog-omissions-379bde1578f7
Best regards,
--
Josua Mayer <josua@solid-run.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy
2025-08-25 18:00 [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Josua Mayer
@ 2025-08-25 18:00 ` Josua Mayer
2025-08-25 18:00 ` [PATCH 2/2] arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots Josua Mayer
2025-09-11 2:13 ` [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Josua Mayer @ 2025-08-25 18:00 UTC (permalink / raw)
To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Josua Mayer
SolidRun LX2160A CEX-7 module has interrupts wired for both the rtc and
ethernet phy.
Add description for those interrupts to the rtc and phy nodes.
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
index e4b727070814f9183904a7384c47229e364186b5..eec2cd6c6d32a72c332223f15d195878bb65d7f4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
@@ -41,6 +41,7 @@ &emdio1 {
rgmii_phy1: ethernet-phy@1 {
reg = <1>;
qca,smarteee-tw-us-1g = <24>;
+ interrupts-extended = <&gpio2 4 IRQ_TYPE_EDGE_FALLING>;
};
};
@@ -156,6 +157,7 @@ &i2c4 {
rtc@51 {
compatible = "nxp,pcf2129";
reg = <0x51>;
+ interrupts-extended = <&gpio2 8 IRQ_TYPE_LEVEL_LOW>;
};
};
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots
2025-08-25 18:00 [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Josua Mayer
2025-08-25 18:00 ` [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy Josua Mayer
@ 2025-08-25 18:00 ` Josua Mayer
2025-09-11 2:13 ` [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Josua Mayer @ 2025-08-25 18:00 UTC (permalink / raw)
To: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Josua Mayer
SolidRun Clearfog CX and Honeycomb have LX2160A PEX3 and PEX5 exposed on
physical connectors.
Vendor U-Boot used to patch status properties such that it went
undiscovered these nodes have their status set disabled.
Set status okay for pcie3 and pcie5 nodes.
Signed-off-by: Josua Mayer <josua@solid-run.com>
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
index a7dcbecc1f41b5387fdfc0e6c449e97bab0398cd..af6258b2fe82654615ba9b899928d4dd1339d573 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
@@ -96,6 +96,14 @@ &esdhc0 {
status = "okay";
};
+&pcie3 {
+ status = "okay";
+};
+
+&pcie5 {
+ status = "okay";
+};
+
&pcs_mdio7 {
status = "okay";
};
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions
2025-08-25 18:00 [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Josua Mayer
2025-08-25 18:00 ` [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy Josua Mayer
2025-08-25 18:00 ` [PATCH 2/2] arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots Josua Mayer
@ 2025-09-11 2:13 ` Shawn Guo
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2025-09-11 2:13 UTC (permalink / raw)
To: Josua Mayer
Cc: Shawn Guo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-kernel, devicetree, linux-kernel
On Mon, Aug 25, 2025 at 08:00:54PM +0200, Josua Mayer wrote:
> Josua Mayer (2):
> arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy
> arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots
Applied both, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-11 2:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 18:00 [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Josua Mayer
2025-08-25 18:00 ` [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy Josua Mayer
2025-08-25 18:00 ` [PATCH 2/2] arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots Josua Mayer
2025-09-11 2:13 ` [PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions Shawn Guo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.