From: Alexandre Belloni Date: Fri, 16 Feb 2018 23:43:23 +0000 (+0100) Subject: powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7004263bd4f4c79da9ca2a1d04d38d4d6ed609ab;p=openwrt%2Fstaging%2Fblogic.git powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible The proper compatible for rv3029 is microcrystal,rv3029. Acked-by: Anatolij Gustschin Signed-off-by: Alexandre Belloni Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts index c280e75c86bf..c3922fc03e0b 100644 --- a/arch/powerpc/boot/dts/digsy_mtc.dts +++ b/arch/powerpc/boot/dts/digsy_mtc.dts @@ -78,7 +78,7 @@ }; rtc@56 { - compatible = "mc,rv3029c2"; + compatible = "microcrystal,rv3029"; reg = <0x56>; };