summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra71-evm.dts
diff options
context:
space:
mode:
authorTomi Valkeinen2017-01-20 20:52:20 +0100
committerTony Lindgren2017-01-23 20:01:13 +0100
commitd8e166b4ad0e3626af0378cadb2d7ba41efa005a (patch)
tree09b9309713eb9066be6be413cc93a480711a7cfa /arch/arm/boot/dts/dra71-evm.dts
parentARM: dts: dra7xx: Add stdout-path property (diff)
downloadkernel-qcow2-linux-d8e166b4ad0e3626af0378cadb2d7ba41efa005a.tar.gz
kernel-qcow2-linux-d8e166b4ad0e3626af0378cadb2d7ba41efa005a.tar.xz
kernel-qcow2-linux-d8e166b4ad0e3626af0378cadb2d7ba41efa005a.zip
ARM: dts: dra72/1-evm: add pcf8575 used for lcd
DRA72 and DRA718 EVM boards has a pcf8575 gpio expander which is used for the LCD/LEDs and USB vbus detection. Add the node for the pcf8575. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra71-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra71-evm.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts
index 2b9a5a8d69ad..4d57a55473af 100644
--- a/arch/arm/boot/dts/dra71-evm.dts
+++ b/arch/arm/boot/dts/dra71-evm.dts
@@ -138,6 +138,11 @@
};
};
+&pcf_lcd {
+ interrupt-parent = <&gpio7>;
+ interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
+};
+
&pcf_gpio_21 {
interrupt-parent = <&gpio7>;
interrupts = <31 IRQ_TYPE_EDGE_FALLING>;