Commit 4dcc844c authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Neil Armstrong
Browse files

arm64: 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: default avatarRob Herring <robh+dt@kernel.org>
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/1ce888df-6096-73de-a98a-354d086428d4@gmail.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 14e14723
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -300,8 +300,8 @@ &ethmac {
};

&gpio_intc {
	compatible = "amlogic,meson-gpio-intc",
		     "amlogic,meson-gxbb-gpio-intc";
	compatible = "amlogic,meson-gxbb-gpio-intc",
		     "amlogic,meson-gpio-intc";
	status = "okay";
};

+2 −2
Original line number Diff line number Diff line
@@ -312,8 +312,8 @@ &clkc_AO {
};

&gpio_intc {
	compatible = "amlogic,meson-gpio-intc",
		     "amlogic,meson-gxl-gpio-intc";
	compatible = "amlogic,meson-gxl-gpio-intc",
		     "amlogic,meson-gpio-intc";
	status = "okay";
};