Commit 0a6f366a authored by Stefan Agner's avatar Stefan Agner Committed by Rob Herring

ARM: dts: fix STMicroelectronics compatible strings

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: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 5edc2aae
......@@ -37,7 +37,7 @@ i2c0: i2c@80058000 {
status = "okay";
rtc: rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
......
......@@ -102,7 +102,7 @@ &i2c2 {
status = "okay";
rtc: m41t00@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};
......
......@@ -84,7 +84,7 @@ eeprom: eeprom@50 {
};
rtc: rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
......
......@@ -282,7 +282,7 @@ temp2: ad7414@4d {
};
rtc: m41t62@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};
......
......@@ -52,7 +52,7 @@ &i2c0 {
status = "okay";
rtc: rtc@68 {
compatible = "stm,m41t82";
compatible = "st,m41t82";
reg = <0x68>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment