]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6ul: add kpp support
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Feb 2016 13:26:58 +0000 (14:26 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Feb 2016 13:26:58 +0000 (14:26 +0100)
This patch adds the device node for the i.MX6UL keypad controller.

arch/arm/boot/dts/imx6ul.dtsi

index 7f2cc7c7360cfbb73b9c3bb05e5170ec57777a6e..3cab79189c30c1338f01fe055800cb8cf2683316 100644 (file)
                                status = "disabled";
                        };
 
+                       kpp: kpp@020b8000 {
+                               compatible = "fsl,imx6ul-kpp", "fsl,imx6q-kpp", "fsl,imx21-kpp";
+                               reg = <0x020b8000 0x4000>;
+                               interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clks IMX6UL_CLK_KPP>;
+                               status = "disabled";
+                       };
+
                        wdog1: wdog@020bc000 {
                                compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
                                reg = <0x020bc000 0x4000>;