Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626783 > unrolled thread

[PATCH] ARM: dts: am335x-phycore-som: fix rv4162 compatible

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2017-04-19 22:40 +0200
Last post2017-04-19 22:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: am335x-phycore-som: fix rv4162 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-19 22:40 +0200

#1626783 — [PATCH] ARM: dts: am335x-phycore-som: fix rv4162 compatible

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-04-19 22:40 +0200
Subject[PATCH] ARM: dts: am335x-phycore-som: fix rv4162 compatible
Message-ID<ty4ym-7Xj-25@gated-at.bofh.it>
The rv4162 compatbile string is missing the vendor part, add it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/am335x-phycore-som.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
 	};
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web