Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59b26c80 authored by Maxime Coquelin's avatar Maxime Coquelin
Browse files

ARM: dts: Fix STi boards compatibles



The compatible strings have to be ordered from specific to generic.
This patch fixes this for STi boards, which did the exact opposite.

Cc: Olof Johansson <olof@lixom.net>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 35a4d15d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@
#include "stih41x-b2000.dtsi"
/ {
	model = "STiH415 B2000 Board";
	compatible = "st,stih415", "st,stih415-b2000";
	compatible = "st,stih415-b2000", "st,stih415";
};
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@
#include "stih41x-b2020.dtsi"
/ {
	model = "STiH415 B2020 Board";
	compatible = "st,stih415", "st,stih415-b2020";
	compatible = "st,stih415-b2020", "st,stih415";
};
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@
/dts-v1/;
#include "stih416.dtsi"
#include "stih41x-b2000.dtsi"

/ {
	compatible = "st,stih416", "st,stih416-b2000";
	model = "STiH416 B2000";
	compatible = "st,stih416-b2000", "st,stih416";
};
+1 −2
Original line number Diff line number Diff line
@@ -11,6 +11,5 @@
#include "stih41x-b2020.dtsi"
/ {
	model = "STiH416 B2020";
	compatible = "st,stih416", "st,stih416-b2020";

	compatible = "st,stih416-b2020", "st,stih416";
};