diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 02:34:06 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-07-22 14:53:16 -0500 |
commit | 0a6f366a82420d0b0cc32d4c4288ff02cde75457 (patch) | |
tree | fac3243c9b621532fc3bb4b577aed99b54d93453 /arch/arm/boot/dts/imx28-m28.dtsi | |
parent | 5edc2aae16bcea00bedddfadad94313de3d5dff1 (diff) | |
download | lwn-0a6f366a82420d0b0cc32d4c4288ff02cde75457.tar.gz lwn-0a6f366a82420d0b0cc32d4c4288ff02cde75457.zip |
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: Stefan Agner <stefan@agner.ch>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-m28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi index 6cebaa6b8833..214bb1506b53 100644 --- a/arch/arm/boot/dts/imx28-m28.dtsi +++ b/arch/arm/boot/dts/imx28-m28.dtsi @@ -37,7 +37,7 @@ status = "okay"; rtc: rtc@68 { - compatible = "stm,m41t62"; + compatible = "st,m41t62"; reg = <0x68>; }; }; |