All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
@ 2019-04-04 17:01 ` Yangtao Li
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
@ 2019-04-04 17:01 ` Yangtao Li
  0 siblings, 0 replies; 6+ 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: Yangtao Li, devicetree, linux-kernel, linux-arm-kernel

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [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
  -1 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2019-04-05  8:56 UTC (permalink / raw)
  To: Yangtao Li
  Cc: wens, robh+dt, mark.rutland, srinivas.kandagatla,
	linux-arm-kernel, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

On Thu, Apr 04, 2019 at 01:01:46PM -0400, Yangtao Li wrote:
> 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>

Applied, thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
@ 2019-04-05  8:56   ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2019-04-05  8:56 UTC (permalink / raw)
  To: Yangtao Li
  Cc: mark.rutland, devicetree, linux-kernel, wens, robh+dt,
	srinivas.kandagatla, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]

On Thu, Apr 04, 2019 at 01:01:46PM -0400, Yangtao Li wrote:
> 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>

Applied, thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
  2019-04-04 16:57 [RESEND 0/2] nvmem: sunxi-sid: add SID controller support for H6 Yangtao Li
@ 2019-04-04 16:57   ` Yangtao Li
  0 siblings, 0 replies; 6+ 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

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

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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 = <0x3006000 0x400>;
+		};
+
 		pio: pinctrl@300b000 {
 			compatible = "allwinner,sun50i-h6-pinctrl";
 			reg = <0x0300b000 0x400>;
-- 
2.17.0


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

* [RESEND 2/2] arm64: dts: sunxi: h6: Add device node for SID
@ 2019-04-04 16:57   ` Yangtao Li
  0 siblings, 0 replies; 6+ 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: Yangtao Li, devicetree, linux-kernel, linux-arm-kernel

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

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 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 = <0x3006000 0x400>;
+		};
+
 		pio: pinctrl@300b000 {
 			compatible = "allwinner,sun50i-h6-pinctrl";
 			reg = <0x0300b000 0x400>;
-- 
2.17.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 6+ 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-04 17:01 ` Yangtao Li
2019-04-05  8:56 ` Maxime Ripard
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
2019-04-04 16:57   ` Yangtao Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.