mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
59b26c8092
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: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
/*
|
|
* Copyright (C) 2013 STMicroelectronics (R&D) Limited.
|
|
* Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* publishhed by the Free Software Foundation.
|
|
*/
|
|
/dts-v1/;
|
|
#include "stih415.dtsi"
|
|
#include "stih41x-b2020.dtsi"
|
|
/ {
|
|
model = "STiH415 B2020 Board";
|
|
compatible = "st,stih415-b2020", "st,stih415";
|
|
};
|