Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul: add kpp support

This patch adds the device node for the i.MX6UL keypad controller.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lothar Waßmann and committed by
Shawn Guo
ea1c1752 7d1cd297

+8
+8
arch/arm/boot/dts/imx6ul.dtsi
··· 471 471 status = "disabled"; 472 472 }; 473 473 474 + kpp: kpp@020b8000 { 475 + compatible = "fsl,imx6ul-kpp", "fsl,imx6q-kpp", "fsl,imx21-kpp"; 476 + reg = <0x020b8000 0x4000>; 477 + interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 478 + clocks = <&clks IMX6UL_CLK_KPP>; 479 + status = "disabled"; 480 + }; 481 + 474 482 wdog1: wdog@020bc000 { 475 483 compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; 476 484 reg = <0x020bc000 0x4000>;