summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/xpedite5200.dts
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-06-26 09:34:05 (GMT)
committerRob Herring <robh@kernel.org>2016-07-22 19:53:05 (GMT)
commit5edc2aae16bcea00bedddfadad94313de3d5dff1 (patch)
treed75b9fa616572dd4500af7fd60524f92f2bd3eec /arch/powerpc/boot/dts/xpedite5200.dts
parent0e13f99d3a4816a3996a69721388b4cf1a982cf8 (diff)
downloadlinux-5edc2aae16bcea00bedddfadad94313de3d5dff1.tar.xz
powerpc/dts: fix STMicroelectronics compatible strings
Replace the non-standard vendor prefix stm and st-micro 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 <stefan@agner.ch> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/powerpc/boot/dts/xpedite5200.dts')
-rw-r--r--arch/powerpc/boot/dts/xpedite5200.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/xpedite5200.dts b/arch/powerpc/boot/dts/xpedite5200.dts
index 8fd7b70..5b10e56 100644
--- a/arch/powerpc/boot/dts/xpedite5200.dts
+++ b/arch/powerpc/boot/dts/xpedite5200.dts
@@ -130,7 +130,7 @@
};
rtc@68 {
- compatible = "stm,m41t00",
+ compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};