diff mbox series

ARM: dts: imx6q-dhcom: fix rtc compatible

Message ID 20191212230814.66663-1-alexandre.belloni@bootlin.com (mailing list archive)
State Mainlined
Commit 7d7778b1396bc9e2a3875009af522beb4ea9355a
Headers show
Series ARM: dts: imx6q-dhcom: fix rtc compatible | expand

Commit Message

Alexandre Belloni Dec. 12, 2019, 11:08 p.m. UTC
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>
---
 arch/arm/boot/dts/imx6q-dhcom-som.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Dec. 23, 2019, 6:34 a.m. UTC | #1
On Fri, Dec 13, 2019 at 12:08:14AM +0100, Alexandre Belloni wrote:
> 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>

Applied, thanks.
diff mbox series

Patch

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>;