Skip to content

Commit

Permalink
arm64: dts: meson-g12a-x96-max: enable IR decoder
Browse files Browse the repository at this point in the history
Add support for the IR decoder input on the X96 Max 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 2bfe841 commit fff6e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@
};
};

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

&uart_A {
status = "okay";
pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
Expand Down

0 comments on commit fff6e9d

Please sign in to comment.