From: Alexandre Belloni Date: Wed, 19 Apr 2017 20:30:12 +0000 (+0200) Subject: ARM: dts: am335x-phycore-som: fix rv4162 compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49b2c1305e69da4df1457ce3970f7258c3998460;p=linux.git ARM: dts: am335x-phycore-som: fix rv4162 compatible The rv4162 compatbile string is missing the vendor part, add it. Signed-off-by: Alexandre Belloni Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index 14533ff6d0add..428a25e952b0c 100644 --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi @@ -138,7 +138,7 @@ }; i2c_rtc: rtc@68 { - compatible = "rv4162"; + compatible = "microcrystal,rv4162"; reg = <0x68>; status = "disabled"; };