diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2017-08-09 14:30:48 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-08-14 09:51:15 +0800 |
commit | a9aa280a5c2e07b2ae8ee596ddc0a0c9567303d5 (patch) | |
tree | a34ec94ad5abe1d74b33a4a2a66fa12a2f44fa0a /arch/arm64/boot/dts/zte | |
parent | 2b31230aa0568cb64b38530a9a10c7dfbae8a093 (diff) |
arm64: dts: zx296718: add irdec device for remote control
Add irdec device for remote control support.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/zte')
-rw-r--r-- | arch/arm64/boot/dts/zte/zx296718.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi index 2689e2fb8c9f..6eef64761009 100644 --- a/arch/arm64/boot/dts/zte/zx296718.dtsi +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi @@ -295,6 +295,13 @@ compatible = "simple-bus"; ranges; + irdec: ir-decoder@111000 { + compatible = "zte,zx296718-irdec"; + reg = <0x111000 0x1000>; + interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + aon_sysctrl: aon-sysctrl@116000 { compatible = "zte,zx296718-aon-sysctrl", "syscon"; reg = <0x116000 0x1000>; |