Skip to content

Commit

Permalink
ARM: dts: fix STMicroelectronics compatible strings
Browse files Browse the repository at this point in the history
Replace the non-standard vendor prefix stm with st for
STMicroelectronics. The drivers do not specify the vendor prefixes
since the I2C Core strips them away from the DT provided compatible
string. Therefore, changing existing device trees does not have any
impact on device detection.

Signed-off-by: Stefan Agner <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
agners authored and robherring committed Jul 22, 2016
1 parent 5edc2aa commit 0a6f366
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx28-m28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
status = "okay";

rtc: rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx51-ts4800.dts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
status = "okay";

rtc: m41t00@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx53-m53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
};

rtc: rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
};

rtc: m41t62@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
status = "okay";

rtc: rtc@68 {
compatible = "stm,m41t82";
compatible = "st,m41t82";
reg = <0x68>;
};
};
Expand Down

0 comments on commit 0a6f366

Please sign in to comment.