Skip to content

Commit 2bfe841

Browse files
superna9999khilman
authored andcommitted
arm64: dts: meson-g12a: Add IR nodes
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]>
1 parent bb23b12 commit 2bfe841

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12a.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,13 @@
559559
mux {
560560
groups = "pwm_ao_d_e";
561561
function = "pwm_ao_d";
562+
};
563+
};
564+
565+
remote_input_ao_pins: remote-input-ao {
566+
mux {
567+
groups = "remote_ao_input";
568+
function = "remote_ao_input";
562569
bias-disable;
563570
};
564571
};
@@ -623,6 +630,13 @@
623630
status = "disabled";
624631
};
625632

633+
ir: ir@8000 {
634+
compatible = "amlogic,meson-gxbb-ir";
635+
reg = <0x0 0x8000 0x0 0x20>;
636+
interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
637+
status = "disabled";
638+
};
639+
626640
saradc: adc@9000 {
627641
compatible = "amlogic,meson-g12a-saradc",
628642
"amlogic,meson-saradc";

0 commit comments

Comments
 (0)