All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emmanuel Vadot <manu@freebsd.org>
To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
	mark.rutland@arm.com, maxime.ripard@bootlin.com, wens@csie.org,
	catalin.marinas@arm.com, will.deacon@arm.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Emmanuel Vadot <manu@freebsd.org>
Subject: [PATCH v2 3/5] ARM: dts: sun8i: h3: Add SID compatible string
Date: Tue, 24 Jul 2018 12:15:20 +0200	[thread overview]
Message-ID: <20180724101522.68165-3-manu@freebsd.org> (raw)
In-Reply-To: <20180724101522.68165-1-manu@freebsd.org>

The SID controller on H3 is one of it's kind (at least from what we
know).
Add a compatible string for it in the SoC dtsi.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
---
 arch/arm/boot/dts/sun8i-h3.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 41d57c76f290..f543aa1dc829 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -185,3 +185,7 @@
 &pio {
 	compatible = "allwinner,sun8i-h3-pinctrl";
 };
+
+&sid {
+	compatible = "allwinner,sun8i-h3-sid";
+};
-- 
2.17.0


WARNING: multiple messages have this Message-ID (diff)
From: manu@freebsd.org (Emmanuel Vadot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/5] ARM: dts: sun8i: h3: Add SID compatible string
Date: Tue, 24 Jul 2018 12:15:20 +0200	[thread overview]
Message-ID: <20180724101522.68165-3-manu@freebsd.org> (raw)
In-Reply-To: <20180724101522.68165-1-manu@freebsd.org>

The SID controller on H3 is one of it's kind (at least from what we
know).
Add a compatible string for it in the SoC dtsi.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
---
 arch/arm/boot/dts/sun8i-h3.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 41d57c76f290..f543aa1dc829 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -185,3 +185,7 @@
 &pio {
 	compatible = "allwinner,sun8i-h3-pinctrl";
 };
+
+&sid {
+	compatible = "allwinner,sun8i-h3-sid";
+};
-- 
2.17.0

  parent reply	other threads:[~2018-07-24 10:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 10:15 [PATCH v2 1/5] arm64: dts: allwinner: a64: Add SID node Emmanuel Vadot
2018-07-24 10:15 ` Emmanuel Vadot
2018-07-24 10:15 ` [PATCH v2 2/5] ARM: dts: sunxi: h3/h5: " Emmanuel Vadot
2018-07-24 10:15   ` Emmanuel Vadot
2018-07-24 10:15 ` Emmanuel Vadot [this message]
2018-07-24 10:15   ` [PATCH v2 3/5] ARM: dts: sun8i: h3: Add SID compatible string Emmanuel Vadot
2018-07-24 10:15 ` [PATCH v2 4/5] nvmem: sunxi-sid: add support for H5's SID controller Emmanuel Vadot
2018-07-24 10:15   ` Emmanuel Vadot
2018-07-24 13:00   ` Maxime Ripard
2018-07-24 13:00     ` Maxime Ripard
2018-07-24 10:15 ` [PATCH v2 5/5] arm64: dts: allwinner: h5: Add SID for H5 Emmanuel Vadot
2018-07-24 10:15   ` Emmanuel Vadot
2018-07-24 13:00   ` Maxime Ripard
2018-07-24 13:00     ` Maxime Ripard
2018-07-24 13:34     ` Emmanuel Vadot
2018-07-24 13:34       ` Emmanuel Vadot
2018-07-24 13:34       ` Emmanuel Vadot
2018-07-24 14:42       ` Maxime Ripard
2018-07-24 14:42         ` Maxime Ripard
2018-07-24 14:55         ` Emmanuel Vadot
2018-07-24 14:55           ` Emmanuel Vadot
2018-07-26 11:54           ` Maxime Ripard
2018-07-26 11:54             ` Maxime Ripard
2018-07-27 10:56             ` Emmanuel Vadot
2018-07-27 10:56               ` Emmanuel Vadot
2018-07-27 11:34               ` Emmanuel Vadot
2018-07-27 11:34                 ` Emmanuel Vadot

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=20180724101522.68165-3-manu@freebsd.org \
    --to=manu@freebsd.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    /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.