arm: dts: meson: adjust order of some compatibles

During review of a new yaml binding, affecting these dts, it turned out
that some compatibles aren't ordered as they should be. Order should be
most specific to least specific.

Suggested-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/66f77c32-2678-3e31-fb00-1294ccaa6045@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
Heiner Kallweit
2023-02-01 20:58:47 +01:00
committed by Neil Armstrong
parent fe15c26ee2
commit 0c187cca73

View File

@@ -580,8 +580,8 @@ &ethmac {
};
&gpio_intc {
compatible = "amlogic,meson-gpio-intc",
"amlogic,meson8b-gpio-intc";
compatible = "amlogic,meson8b-gpio-intc",
"amlogic,meson-gpio-intc";
status = "okay";
};