diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 11:34:05 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-07-22 21:53:05 +0200 |
commit | 5edc2aae16bcea00bedddfadad94313de3d5dff1 (patch) | |
tree | d75b9fa616572dd4500af7fd60524f92f2bd3eec /arch/powerpc/boot/dts/bluestone.dts | |
parent | Documentation: dt: i2c: use correct STMicroelectronics vendor prefix (diff) | |
download | linux-5edc2aae16bcea00bedddfadad94313de3d5dff1.tar.xz linux-5edc2aae16bcea00bedddfadad94313de3d5dff1.zip |
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/bluestone.dts')
-rw-r--r-- | arch/powerpc/boot/dts/bluestone.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 7daaca324c01..b0b26d8d68a2 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts @@ -279,7 +279,7 @@ #address-cells = <1>; #size-cells = <0>; rtc@68 { - compatible = "stm,m41t80"; + compatible = "st,m41t80"; reg = <0x68>; interrupt-parent = <&UIC0>; interrupts = <0x9 0x8>; |