mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
powerpc/85xx: correct vendor prefix in DTS files for TQM85xx modules
Like for the TQM5200, the vendor prefix "tqc," is now used for all TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the corresponding DTS files. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
917f0af9e5
commit
4fb035f69e
@ -12,8 +12,8 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "tqm,8540";
|
model = "tqc,tqm8540";
|
||||||
compatible = "tqm,8540", "tqm,85xx";
|
compatible = "tqc,tqm8540";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "tqm,8541";
|
model = "tqc,tqm8541";
|
||||||
compatible = "tqm,8541", "tqm,85xx";
|
compatible = "tqc,tqm8541";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "tqm,8555";
|
model = "tqc,tqm8555";
|
||||||
compatible = "tqm,8555", "tqm,85xx";
|
compatible = "tqc,tqm8555";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "tqm,8560";
|
model = "tqc,tqm8560";
|
||||||
compatible = "tqm,8560", "tqm,85xx";
|
compatible = "tqc,tqm8560";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
@ -165,10 +165,10 @@ static int __init tqm85xx_probe(void)
|
|||||||
{
|
{
|
||||||
unsigned long root = of_get_flat_dt_root();
|
unsigned long root = of_get_flat_dt_root();
|
||||||
|
|
||||||
if ((of_flat_dt_is_compatible(root, "tqm,8540")) ||
|
if ((of_flat_dt_is_compatible(root, "tqc,tqm8540")) ||
|
||||||
(of_flat_dt_is_compatible(root, "tqm,8541")) ||
|
(of_flat_dt_is_compatible(root, "tqc,tqm8541")) ||
|
||||||
(of_flat_dt_is_compatible(root, "tqm,8555")) ||
|
(of_flat_dt_is_compatible(root, "tqc,tqm8555")) ||
|
||||||
(of_flat_dt_is_compatible(root, "tqm,8560")))
|
(of_flat_dt_is_compatible(root, "tqc,tqm8560")))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user