diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 12:34:05 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-07-22 22:53:05 +0300 |
commit | 5edc2aae16bcea00bedddfadad94313de3d5dff1 (patch) | |
tree | d75b9fa616572dd4500af7fd60524f92f2bd3eec /arch/powerpc/boot/dts/xpedite5370.dts | |
parent | 0e13f99d3a4816a3996a69721388b4cf1a982cf8 (diff) | |
download | linux-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/xpedite5370.dts')
-rw-r--r-- | arch/powerpc/boot/dts/xpedite5370.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/xpedite5370.dts b/arch/powerpc/boot/dts/xpedite5370.dts index cd0ea2b99362..b8ade094f932 100644 --- a/arch/powerpc/boot/dts/xpedite5370.dts +++ b/arch/powerpc/boot/dts/xpedite5370.dts @@ -229,7 +229,7 @@ }; rtc@68 { - compatible = "stm,m41t00", + compatible = "st,m41t00", "dallas,ds1338"; reg = <0x68>; }; |