Skip to content

Commit

Permalink
arm64: dts: meson-g12a-u200: enable IR decoder
Browse files Browse the repository at this point in the history
Add support for the IR decoder input on the U200 Reference Design board.

Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl<[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
superna9999 authored and khilman committed May 21, 2019
1 parent fff6e9d commit 919ccb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
};
};

&ir {
status = "okay";
pinctrl-0 = <&remote_input_ao_pins>;
pinctrl-names = "default";
};

&uart_AO {
status = "okay";
pinctrl-0 = <&uart_ao_a_pins>;
Expand Down

0 comments on commit 919ccb3

Please sign in to comment.