diff options
author | Alexander Kurz <akurz@blala.de> | 2016-04-15 09:54:20 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-18 06:49:49 +0200 |
commit | d8c8c70c48d1bc9bca41369836f9a3c781a5cdea (patch) | |
tree | 60eb6885fcdaac1cb423773b242c13316ce14a58 /arch/arm/boot/dts/imx35.dtsi | |
parent | ARM: dts: ls1021a: add pix clock to DCU dts node (diff) | |
download | linux-d8c8c70c48d1bc9bca41369836f9a3c781a5cdea.tar.xz linux-d8c8c70c48d1bc9bca41369836f9a3c781a5cdea.zip |
ARM: dts: i.MX3x: add keypad port devicetree nodes
Add the Keypad Port (KPP) devicetree nodes for IMX31 and IMX35 SOC.
Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index 14e1320d9f84..490b7b44f1e7 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -137,6 +137,14 @@ status = "disabled"; }; + kpp: kpp@43fa8000 { + compatible = "fsl,imx35-kpp", "fsl,imx21-kpp"; + reg = <0x43fa8000 0x4000>; + interrupts = <24>; + clocks = <&clks 56>; + status = "disabled"; + }; + iomuxc: iomuxc@43fac000 { compatible = "fsl,imx35-iomuxc"; reg = <0x43fac000 0x4000>; |