Skip to content

Commit

Permalink
arm64: dts: meson-g12a: Add IR nodes
Browse files Browse the repository at this point in the history
Amlogic G12A SoCs uses the exact same IR decoder as previous
families, add the IR node and the pintctrl setting.

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 bb23b12 commit 2bfe841
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,13 @@
mux {
groups = "pwm_ao_d_e";
function = "pwm_ao_d";
};
};

remote_input_ao_pins: remote-input-ao {
mux {
groups = "remote_ao_input";
function = "remote_ao_input";
bias-disable;
};
};
Expand Down Expand Up @@ -623,6 +630,13 @@
status = "disabled";
};

ir: ir@8000 {
compatible = "amlogic,meson-gxbb-ir";
reg = <0x0 0x8000 0x0 0x20>;
interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
status = "disabled";
};

saradc: adc@9000 {
compatible = "amlogic,meson-g12a-saradc",
"amlogic,meson-saradc";
Expand Down

0 comments on commit 2bfe841

Please sign in to comment.