diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-04-19 22:30:12 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-16 08:18:02 -0700 |
commit | 49b2c1305e69da4df1457ce3970f7258c3998460 (patch) | |
tree | abb8c5a6d91a5964e1a7db278b72cdf02a8e9d2a | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | blackbird-obmc-linux-49b2c1305e69da4df1457ce3970f7258c3998460.tar.gz blackbird-obmc-linux-49b2c1305e69da4df1457ce3970f7258c3998460.zip |
ARM: dts: am335x-phycore-som: fix rv4162 compatible
The rv4162 compatbile string is missing the vendor part, add it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-phycore-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index 14533ff6d0ad..428a25e952b0 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"; }; |