arm64: dts: amlogic: gxlx-s905l-p271: drop saradc gxlx compatible

Drop the undocumented amlogic,meson-gxlx-saradc compatible by dropping the
compatible override, and fix the following DTBs check:
/soc/bus@c1100000/adc@8680: failed to match any schema with compatible: ['amlogic,meson-gxlx-saradc', 'amlogic,meson-saradc']

Fixes: f6386b5afa ("arm64: dts: meson: add GXLX/S905L/p271 support")
Link: https://lore.kernel.org/r/20240905-topic-amlogic-upstream-gxlx-drop-iio-compat-v2-1-7a690eb95bc2@linaro.org
[narmstrong: fix commit message]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Neil Armstrong
2024-09-05 09:02:10 +02:00
parent 9b5d251179
commit e202307b75
@@ -38,10 +38,6 @@
};
};
&saradc {
compatible = "amlogic,meson-gxlx-saradc", "amlogic,meson-saradc";
};
&usb {
dr_mode = "host";
};