aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/meson.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
index e6539ea5a711..6a37f15e8627 100644
--- a/arch/arm/boot/dts/meson.dtsi
+++ b/arch/arm/boot/dts/meson.dtsi
@@ -106,5 +106,12 @@
106 clocks = <&clk81>; 106 clocks = <&clk81>;
107 status = "disabled"; 107 status = "disabled";
108 }; 108 };
109
110 ir_receiver: ir-receiver@c8100480 {
111 compatible= "amlogic,meson6-ir";
112 reg = <0xc8100480 0x20>;
113 interrupts = <0 15 1>;
114 status = "disabled";
115 };
109 }; 116 };
110}; /* end of / */ 117}; /* end of / */