Skip to content

Commit 0c187cc

Browse files
hkallweitsuperna9999
authored andcommitted
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>
1 parent fe15c26 commit 0c187cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/meson8b.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@
580580
};
581581

582582
&gpio_intc {
583-
compatible = "amlogic,meson-gpio-intc",
584-
"amlogic,meson8b-gpio-intc";
583+
compatible = "amlogic,meson8b-gpio-intc",
584+
"amlogic,meson-gpio-intc";
585585
status = "okay";
586586
};
587587

0 commit comments

Comments
 (0)