From: Lothar Waßmann Date: Wed, 20 Jan 2016 10:09:08 +0000 (+0100) Subject: ARM: dts: imx6ul: add kpp support X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ea1c17525df71a5bb08e4392e0bb21ea062610d6;p=deliverable%2Flinux.git ARM: dts: imx6ul: add kpp support This patch adds the device node for the i.MX6UL keypad controller. Signed-off-by: Lothar Waßmann Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 8499b3db18a5..71778992f03d 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -471,6 +471,14 @@ status = "disabled"; }; + kpp: kpp@020b8000 { + compatible = "fsl,imx6ul-kpp", "fsl,imx6q-kpp", "fsl,imx21-kpp"; + reg = <0x020b8000 0x4000>; + interrupts = ; + clocks = <&clks IMX6UL_CLK_KPP>; + status = "disabled"; + }; + wdog1: wdog@020bc000 { compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; reg = <0x020bc000 0x4000>;