[PATCH] ARM: dts: microchip: sam9x7: Add LVDS controller

Dharma Balasubiramani posted 1 patch 3 months, 2 weeks ago
arch/arm/boot/dts/microchip/sam9x7.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] ARM: dts: microchip: sam9x7: Add LVDS controller
Posted by Dharma Balasubiramani 3 months, 2 weeks ago
Add support for LVDS controller.

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
 arch/arm/boot/dts/microchip/sam9x7.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/microchip/sam9x7.dtsi b/arch/arm/boot/dts/microchip/sam9x7.dtsi
index 2063507d0c50..66c07e642c3e 100644
--- a/arch/arm/boot/dts/microchip/sam9x7.dtsi
+++ b/arch/arm/boot/dts/microchip/sam9x7.dtsi
@@ -1115,6 +1115,15 @@ AT91_XDMAC_DT_PER_IF(1) |
 			};
 		};
 
+		lvds_controller: lvds-controller@f8060000 {
+			compatible = "microchip,sam9x75-lvds";
+			reg = <0xf8060000 0x100>;
+			interrupts = <56 IRQ_TYPE_LEVEL_HIGH 0>;
+			clocks = <&pmc PMC_TYPE_PERIPHERAL 56>;
+			clock-names = "pclk";
+			status = "disabled";
+		};
+
 		matrix: matrix@ffffde00 {
 			compatible = "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon";
 			reg = <0xffffde00 0x200>;

---
base-commit: 1b152eeca84a02bdb648f16b82ef3394007a9dcf
change-id: 20250625-b4-sam9x7-dts-54ab213394b1

Best regards,
-- 
Dharma Balasubiramani <dharma.b@microchip.com>
Re: [PATCH] ARM: dts: microchip: sam9x7: Add LVDS controller
Posted by Claudiu Beznea 3 months ago

On 25.06.2025 12:08, Dharma Balasubiramani wrote:
> Add support for LVDS controller.
> 
> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>

Applied to at91-dt, thanks!