diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-17 12:18:22 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-21 03:58:52 -0500 |
commit | 1be83c4f086299948614dfaebda5106e0008f1f7 (patch) | |
tree | 61dd6eac76d486e3ccc8c5b198ee5d25c2dd8235 | |
parent | 4ac367b4ec7257a300bd39e5757aa988f1435194 (diff) |
ARM: dts: sun6i: Enable ir receiver on the Mele M9
The Mele M9 has an ir receiver, enable it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31-m9.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-m9.dts b/arch/arm/boot/dts/sun6i-a31-m9.dts index 3ab544f3af4a..fccf709195e0 100644 --- a/arch/arm/boot/dts/sun6i-a31-m9.dts +++ b/arch/arm/boot/dts/sun6i-a31-m9.dts | |||
@@ -121,6 +121,12 @@ | |||
121 | reg = <1>; | 121 | reg = <1>; |
122 | }; | 122 | }; |
123 | }; | 123 | }; |
124 | |||
125 | ir@01f02000 { | ||
126 | pinctrl-names = "default"; | ||
127 | pinctrl-0 = <&ir_pins_a>; | ||
128 | status = "okay"; | ||
129 | }; | ||
124 | }; | 130 | }; |
125 | 131 | ||
126 | leds { | 132 | leds { |