]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: amlogic: gxlx-s905l-p271: add saradc compatible
authorChristian Hewitt <christianshewitt@gmail.com>
Sun, 30 Mar 2025 14:32:54 +0000 (14:32 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 22 Apr 2025 07:25:47 +0000 (09:25 +0200)
Add the saradac node using the meson-gxlx-saradc compatible to ensure
MPLL clocks are poked and audio output is enabled on the p271 (S905L)
board.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20250330143254.3159519-1-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts

index 942df754a0ed29bcaa4adc6bf644f2cd1e17e7f6..1221f454513089f6db2df801c1e3b2b2526a11ac 100644 (file)
        };
 };
 
+&saradc {
+       compatible = "amlogic,meson-gxlx-saradc", "amlogic,meson-saradc";
+};
+
 &usb {
        dr_mode = "host";
 };