diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-06-23 02:54:50 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:28:22 -0400 |
commit | 6c04ad229735348a5a14d17ea90bce478f678988 (patch) | |
tree | 17e6f3a23dfb3085919f7ff06d842231821c19b2 /arch/arm/boot/dts | |
parent | 999f68189733135e48f3c0c3834bd79ecff74155 (diff) |
ARM: dts: imx27: Add kpp devicetree node
This patch adds the missing (Keypad Port) KPP devicetree node
for i.MX27 CPUs.
Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 0bb974fb99d1..df425a7204f9 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -110,6 +110,14 @@ | |||
110 | clock-names = "ipg", "per"; | 110 | clock-names = "ipg", "per"; |
111 | }; | 111 | }; |
112 | 112 | ||
113 | kpp: kpp@10008000 { | ||
114 | compatible = "fsl,imx27-kpp", "fsl,imx21-kpp"; | ||
115 | reg = <0x10008000 0x1000>; | ||
116 | interrupts = <21>; | ||
117 | clocks = <&clks 37>; | ||
118 | status = "disabled"; | ||
119 | }; | ||
120 | |||
113 | uart1: serial@1000a000 { | 121 | uart1: serial@1000a000 { |
114 | compatible = "fsl,imx27-uart", "fsl,imx21-uart"; | 122 | compatible = "fsl,imx27-uart", "fsl,imx21-uart"; |
115 | reg = <0x1000a000 0x1000>; | 123 | reg = <0x1000a000 0x1000>; |