summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx53-m53.dtsi
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-06-26 02:34:06 -0700
committerRob Herring <robh@kernel.org>2016-07-22 14:53:16 -0500
commit0a6f366a82420d0b0cc32d4c4288ff02cde75457 (patch)
treefac3243c9b621532fc3bb4b577aed99b54d93453 /arch/arm/boot/dts/imx53-m53.dtsi
parent5edc2aae16bcea00bedddfadad94313de3d5dff1 (diff)
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/imx53-m53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-m53.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53.dtsi b/arch/arm/boot/dts/imx53-m53.dtsi
index 87a7fc709c2d..d259f57bfd98 100644
--- a/arch/arm/boot/dts/imx53-m53.dtsi
+++ b/arch/arm/boot/dts/imx53-m53.dtsi
@@ -84,7 +84,7 @@
};
rtc: rtc@68 {
- compatible = "stm,m41t62";
+ compatible = "st,m41t62";
reg = <0x68>;
};
};