]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: i.MX3x: add keypad port devicetree nodes
authorAlexander Kurz <akurz@blala.de>
Fri, 15 Apr 2016 07:54:20 +0000 (09:54 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 18 Apr 2016 04:49:49 +0000 (12:49 +0800)
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>
arch/arm/boot/dts/imx31.dtsi
arch/arm/boot/dts/imx35.dtsi

index 5fdb222636a7499a7a5df322ddb95ffcc7cc0e5e..1ce7ae94e7ad26a3d1e89bbc5804bab6e3a5f71c 100644 (file)
                                status = "disabled";
                        };
 
+                       kpp: kpp@43fa8000 {
+                               compatible = "fsl,imx31-kpp", "fsl,imx21-kpp";
+                               reg = <0x43fa8000 0x4000>;
+                               interrupts = <24>;
+                               clocks = <&clks 46>;
+                               status = "disabled";
+                       };
+
                        uart4: serial@43fb0000 {
                                compatible = "fsl,imx31-uart", "fsl,imx21-uart";
                                reg = <0x43fb0000 0x4000>;
index 14e1320d9f843a0b1baa83882694915568361301..490b7b44f1e70a6966cbe86b699b6dde1bb7bbbf 100644 (file)
                                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>;