Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexandre Belloni and committed by
Shawn Guo
7d7778b1 7947e323

+1 -1
+1 -1
arch/arm/boot/dts/imx6q-dhcom-som.dtsi
··· 204 204 }; 205 205 206 206 rtc@56 { 207 - compatible = "rv3029c2"; 207 + compatible = "microcrystal,rv3029"; 208 208 pinctrl-names = "default"; 209 209 pinctrl-0 = <&pinctrl_rtc_hw300>; 210 210 reg = <0x56>;