Message ID | 20240905-topic-amlogic-upstream-gxlx-drop-iio-compat-v2-1-7a690eb95bc2@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2] arm64: dts: amlogic: gxlx-s905l-p271: drop saradc gxlx compatible | expand |
Hi, On Thu, 05 Sep 2024 09:02:10 +0200, Neil Armstrong wrote: > Drop the undocumented amlogic,meson-gxlx-saradc compatible but 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'] > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.12/arm64-dt) [1/1] arm64: dts: amlogic: gxlx-s905l-p271: drop saradc gxlx compatible https://git.kernel.org/amlogic/c/e202307b75660aad42fafbb0d3df2c9dadf019ec These changes has been applied on the intermediate git tree [1]. The v6.12/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers for inclusion in their intermediate git branches in order to be sent to Linus during the next merge window, or sooner if it's a set of fixes. In the cases of fixes, those will be merged in the current release candidate kernel and as soon they appear on the Linux master branch they will be backported to the previous Stable and Long-Stable kernels [2]. The intermediate git branches are merged daily in the linux-next tree [3], people are encouraged testing these pre-release kernels and report issues on the relevant mailing-lists. If problems are discovered on those changes, please submit a signed-off-by revert patch followed by a corrective changeset. [1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git [3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts b/arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts index 1221f4545130..942df754a0ed 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts @@ -38,10 +38,6 @@ mali: gpu@c0000 { }; }; -&saradc { - compatible = "amlogic,meson-gxlx-saradc", "amlogic,meson-saradc"; -}; - &usb { dr_mode = "host"; };
Drop the undocumented amlogic,meson-gxlx-saradc compatible but 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: f6386b5afa81 ("arm64: dts: meson: add GXLX/S905L/p271 support") Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v2: - Drop the compatible override instead of dropping only the gxlx compatible, thx martin! - Link to v1: https://lore.kernel.org/r/20240904-topic-amlogic-upstream-gxlx-drop-iio-compat-v1-1-89ad63aad915@linaro.org --- arch/arm64/boot/dts/amlogic/meson-gxlx-s905l-p271.dts | 4 ---- 1 file changed, 4 deletions(-) --- base-commit: 6804f0edbe7747774e6ae60f20cec4ee3ad7c187 change-id: 20240904-topic-amlogic-upstream-gxlx-drop-iio-compat-28c5010ef433 Best regards,