[RFC PATCH 5/6] ARM: dts: imx6sll: add EPDC

Andreas Kemnade andreas at kemnade.info
Sun Feb 6 00:00:15 PST 2022


The commercial variant has a controller for e-Paper displays.

Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
---
 arch/arm/boot/dts/imx6sll.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
index d4a000c3dde7..042e8a391b2f 100644
--- a/arch/arm/boot/dts/imx6sll.dtsi
+++ b/arch/arm/boot/dts/imx6sll.dtsi
@@ -643,6 +643,15 @@ pxp: pxp at 20f0000 {
 				clock-names = "axi";
 			};
 
+			epdc: epdc at 20f4000 {
+				compatible = "fsl,imx6sll-epdc";
+				reg = <0x020f4000 0x4000>;
+				interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
+				clocks = <&clks IMX6SLL_CLK_EPDC_AXI>, <&clks IMX6SLL_CLK_EPDC_PIX>;
+				clock-names = "axi", "pix";
+				status = "disabled";
+			};
+
 			lcdif: lcd-controller at 20f8000 {
 				compatible = "fsl,imx6sll-lcdif", "fsl,imx28-lcdif";
 				reg = <0x020f8000 0x4000>;
-- 
2.30.2




More information about the linux-arm-kernel mailing list