linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dt: sun8i-h3: Add sunxi-sid to dts for sun8i-h3
@ 2016-10-05  9:48 Corentin Labbe
  2016-10-05 10:21 ` Jean-Francois Moine
  0 siblings, 1 reply; 6+ messages in thread
From: Corentin Labbe @ 2016-10-05  9:48 UTC (permalink / raw)
  To: linux-arm-kernel

This patch add support for the sunxi-sid driver to the device tree for sun8i-h3.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 9f58bb4..abfd29c 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -211,6 +211,11 @@
 			#size-cells = <0>;
 		};
 
+		sid: eeprom at 01c14200 {
+			compatible = "allwinner,sun7i-a20-sid";
+			reg = <0x01c14200 0x200>;
+		};
+
 		usbphy: phy at 01c19400 {
 			compatible = "allwinner,sun8i-h3-usb-phy";
 			reg = <0x01c19400 0x2c>,
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-24 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05  9:48 [PATCH] ARM: dt: sun8i-h3: Add sunxi-sid to dts for sun8i-h3 Corentin Labbe
2016-10-05 10:21 ` Jean-Francois Moine
2016-10-19  7:40   ` LABBE Corentin
2016-10-20 20:36     ` Maxime Ripard
2016-10-23  8:26       ` LABBE Corentin
2016-10-24 14:05         ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).