All of lore.kernel.org
 help / color / mirror / Atom feed
From: Icenowy Zheng <icenowy@aosc.xyz>
To: Maxime Ripard <maxime.ripard@free-electrons.com>,
	Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	Icenowy Zheng <icenowy@aosc.xyz>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 4/6] dt-bindings: add device binding for the CCU of Allwinner V3s
Date: Fri, 20 Jan 2017 01:54:46 +0800	[thread overview]
Message-ID: <20170119175448.11445-4-icenowy@aosc.xyz> (raw)
In-Reply-To: <20170119175448.11445-1-icenowy@aosc.xyz>

Allwinner V3s is now driven by sunxi-ng CCU driver.

Add devicetree binding for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
---
 Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
index 74d44a4273f2..f6032cf63f12 100644
--- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
+++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
@@ -7,6 +7,7 @@ Required properties :
 		- "allwinner,sun8i-a23-ccu"
 		- "allwinner,sun8i-a33-ccu"
 		- "allwinner,sun8i-h3-ccu"
+		- "allwinner,sun8i-v3s-ccu"
 		- "allwinner,sun50i-a64-ccu"
 
 - reg: Must contain the registers base address and length
-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: Icenowy Zheng <icenowy@aosc.xyz>
To: Maxime Ripard <maxime.ripard@free-electrons.com>,
	Chen-Yu Tsai <wens@csie.org>, Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	Icenowy Zheng <icenowy@aosc.xyz>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 4/6] dt-bindings: add device binding for the CCU of Allwinner V3s
Date: Fri, 20 Jan 2017 01:54:46 +0800	[thread overview]
Message-ID: <20170119175448.11445-4-icenowy@aosc.xyz> (raw)
In-Reply-To: <20170119175448.11445-1-icenowy@aosc.xyz>

Allwinner V3s is now driven by sunxi-ng CCU driver.

Add devicetree binding for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
---
 Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
index 74d44a4273f2..f6032cf63f12 100644
--- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
+++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
@@ -7,6 +7,7 @@ Required properties :
 		- "allwinner,sun8i-a23-ccu"
 		- "allwinner,sun8i-a33-ccu"
 		- "allwinner,sun8i-h3-ccu"
+		- "allwinner,sun8i-v3s-ccu"
 		- "allwinner,sun50i-a64-ccu"
 
 - reg: Must contain the registers base address and length
-- 
2.11.0


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

WARNING: multiple messages have this Message-ID (diff)
From: icenowy@aosc.xyz (Icenowy Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 4/6] dt-bindings: add device binding for the CCU of Allwinner V3s
Date: Fri, 20 Jan 2017 01:54:46 +0800	[thread overview]
Message-ID: <20170119175448.11445-4-icenowy@aosc.xyz> (raw)
In-Reply-To: <20170119175448.11445-1-icenowy@aosc.xyz>

Allwinner V3s is now driven by sunxi-ng CCU driver.

Add devicetree binding for it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
---
 Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
index 74d44a4273f2..f6032cf63f12 100644
--- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
+++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt
@@ -7,6 +7,7 @@ Required properties :
 		- "allwinner,sun8i-a23-ccu"
 		- "allwinner,sun8i-a33-ccu"
 		- "allwinner,sun8i-h3-ccu"
+		- "allwinner,sun8i-v3s-ccu"
 		- "allwinner,sun50i-a64-ccu"
 
 - reg: Must contain the registers base address and length
-- 
2.11.0

  parent reply	other threads:[~2017-01-19 17:54 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-19 17:54 [PATCH v3 1/6] dt-bindings: add device tree binding for Allwinner V3s pinctrl Icenowy Zheng
2017-01-19 17:54 ` Icenowy Zheng
2017-01-19 17:54 ` Icenowy Zheng
2017-01-19 17:54 ` [PATCH v3 2/6] arm: sunxi: add support for V3s SoC Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-20 20:29   ` Maxime Ripard
2017-01-20 20:29     ` Maxime Ripard
2017-01-20 20:29     ` Maxime Ripard
2017-01-19 17:54 ` [PATCH v3 3/6] clk: sunxi-ng: add support for V3s CCU Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-20 20:38   ` Maxime Ripard
2017-01-20 20:38     ` Maxime Ripard
2017-01-20 20:38     ` Maxime Ripard
2017-01-19 17:54 ` Icenowy Zheng [this message]
2017-01-19 17:54   ` [PATCH v3 4/6] dt-bindings: add device binding for the CCU of Allwinner V3s Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-20 20:32   ` Maxime Ripard
2017-01-20 20:32     ` Maxime Ripard
2017-01-20 20:32     ` Maxime Ripard
2017-01-19 17:54 ` [PATCH v3 5/6] ARM: dts: sunxi: add dtsi file for V3s SoC Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-20 20:48   ` Maxime Ripard
2017-01-20 20:48     ` Maxime Ripard
2017-01-20 20:48     ` Maxime Ripard
2017-01-19 17:54 ` [PATCH v3 6/6] ARM: dts: sunxi: add support for Lichee Pi Zero board Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-19 17:54   ` Icenowy Zheng
2017-01-20 20:48   ` Maxime Ripard
2017-01-20 20:48     ` Maxime Ripard
2017-01-20 20:48     ` Maxime Ripard
2017-01-20 20:24 ` [PATCH v3 1/6] dt-bindings: add device tree binding for Allwinner V3s pinctrl Maxime Ripard
2017-01-20 20:24   ` Maxime Ripard
2017-01-20 20:24   ` Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170119175448.11445-4-icenowy@aosc.xyz \
    --to=icenowy@aosc.xyz \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.