devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
@ 2019-04-04 17:01 Yangtao Li
  2019-04-05  8:56 ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2019-04-04 17:01 UTC (permalink / raw)
  To: maxime.ripard, wens, robh+dt, mark.rutland, srinivas.kandagatla
  Cc: linux-arm-kernel, devicetree, linux-kernel, Yangtao Li

The device tree binding already lists compatible strings for H6
SoC, so add a device node for it.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
fix typo:
iy->it
0x3006000->0x03006000
---
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
index c9e861a50a63..cbeb587d2eed 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
@@ -192,6 +192,11 @@
 			#reset-cells = <1>;
 		};
 
+		sid: sid@3006000 {
+			compatible = "allwinner,sun50i-h6-sid";
+			reg = <0x03006000 0x400>;
+		};
+
 		pio: pinctrl@300b000 {
 			compatible = "allwinner,sun50i-h6-pinctrl";
 			reg = <0x0300b000 0x400>;
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [RESEND 0/2] nvmem: sunxi-sid: add SID controller support for H6
@ 2019-04-04 16:57 Yangtao Li
  2019-04-04 16:57 ` [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID Yangtao Li
  0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2019-04-04 16:57 UTC (permalink / raw)
  To: maxime.ripard, wens, robh+dt, mark.rutland, srinivas.kandagatla
  Cc: linux-arm-kernel, devicetree, linux-kernel, Yangtao Li

Add SID's support for H6.

Yangtao Li (2):
  nvmem: sunxi_sid: Support SID on H6
  arm64: dts: sunxi: h6: Add device node for SID

 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 5 +++++
 drivers/nvmem/sunxi_sid.c                    | 6 ++++++
 2 files changed, 11 insertions(+)

-- 
2.17.0

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

end of thread, other threads:[~2019-04-05  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-04 17:01 [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID Yangtao Li
2019-04-05  8:56 ` Maxime Ripard
  -- strict thread matches above, loose matches on Subject: below --
2019-04-04 16:57 [RESEND 0/2] nvmem: sunxi-sid: add SID controller support for H6 Yangtao Li
2019-04-04 16:57 ` [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID Yangtao Li

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).