diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-12-13 00:08:14 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-23 14:34:22 +0800 |
commit | 7d7778b1396bc9e2a3875009af522beb4ea9355a (patch) | |
tree | 1ffc56039ba3cc5478c0d1c7904365d3fc340ad5 /arch | |
parent | 7947e3238b64c00c396e6f5738f94c4d653bc6a2 (diff) | |
download | linux-7d7778b1396bc9e2a3875009af522beb4ea9355a.tar.bz2 |
ARM: dts: imx6q-dhcom: fix rtc compatible
The only correct and documented compatible string for the rv3029 is
microcrystal,rv3029. Fix it up.
Fixes: 52c7a088badd ("ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2")
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-dhcom-som.dtsi b/arch/arm/boot/dts/imx6q-dhcom-som.dtsi index 845cfad99bf9..87f0aa897086 100644 --- a/arch/arm/boot/dts/imx6q-dhcom-som.dtsi +++ b/arch/arm/boot/dts/imx6q-dhcom-som.dtsi @@ -204,7 +204,7 @@ }; rtc@56 { - compatible = "rv3029c2"; + compatible = "microcrystal,rv3029"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_rtc_hw300>; reg = <0x56>; |