All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: khilman@baylibre.com
Cc: linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: [PATCH 10/14] arm64: dts: meson-g12a: fix reset controller compatible
Date: Wed, 14 Aug 2019 16:29:14 +0200	[thread overview]
Message-ID: <20190814142918.11636-11-narmstrong@baylibre.com> (raw)
In-Reply-To: <20190814142918.11636-1-narmstrong@baylibre.com>

This fixes the following DT schemas check errors:
meson-g12a-u200.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']
meson-g12a-sei510.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
index 465106d37289..74c587411306 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
@@ -2215,8 +2215,7 @@
 			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x100000>;
 
 			reset: reset-controller@1004 {
-				compatible = "amlogic,meson-g12a-reset",
-					     "amlogic,meson-axg-reset";
+				compatible = "amlogic,meson-axg-reset";
 				reg = <0x0 0x1004 0x0 0x9c>;
 				#reset-cells = <1>;
 			};
-- 
2.22.0


WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: khilman@baylibre.com
Cc: linux-amlogic@lists.infradead.org,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: [PATCH 10/14] arm64: dts: meson-g12a: fix reset controller compatible
Date: Wed, 14 Aug 2019 16:29:14 +0200	[thread overview]
Message-ID: <20190814142918.11636-11-narmstrong@baylibre.com> (raw)
In-Reply-To: <20190814142918.11636-1-narmstrong@baylibre.com>

This fixes the following DT schemas check errors:
meson-g12a-u200.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']
meson-g12a-sei510.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
index 465106d37289..74c587411306 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
@@ -2215,8 +2215,7 @@
 			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x100000>;
 
 			reset: reset-controller@1004 {
-				compatible = "amlogic,meson-g12a-reset",
-					     "amlogic,meson-axg-reset";
+				compatible = "amlogic,meson-axg-reset";
 				reg = <0x0 0x1004 0x0 0x9c>;
 				#reset-cells = <1>;
 			};
-- 
2.22.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: Neil Armstrong <narmstrong@baylibre.com>
To: khilman@baylibre.com
Cc: linux-amlogic@lists.infradead.org,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: [PATCH 10/14] arm64: dts: meson-g12a: fix reset controller compatible
Date: Wed, 14 Aug 2019 16:29:14 +0200	[thread overview]
Message-ID: <20190814142918.11636-11-narmstrong@baylibre.com> (raw)
In-Reply-To: <20190814142918.11636-1-narmstrong@baylibre.com>

This fixes the following DT schemas check errors:
meson-g12a-u200.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']
meson-g12a-sei510.dt.yaml: reset-controller@1004: compatible:0: 'amlogic,meson-g12a-reset' is not one of ['amlogic,meson8b-reset', 'amlogic,meson-gxbb-reset', 'amlogic,meson-axg-reset']

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
index 465106d37289..74c587411306 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
@@ -2215,8 +2215,7 @@
 			ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x100000>;
 
 			reset: reset-controller@1004 {
-				compatible = "amlogic,meson-g12a-reset",
-					     "amlogic,meson-axg-reset";
+				compatible = "amlogic,meson-axg-reset";
 				reg = <0x0 0x1004 0x0 0x9c>;
 				#reset-cells = <1>;
 			};
-- 
2.22.0


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

  parent reply	other threads:[~2019-08-14 14:29 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14 14:29 [PATCH 00/14] arm64: dts: meson: fixes following YAML bindings schemas conversion Neil Armstrong
2019-08-14 14:29 ` Neil Armstrong
2019-08-14 14:29 ` Neil Armstrong
2019-08-14 14:29 ` [PATCH 01/14] arm64: dts: meson: fix ethernet mac reg format Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:21   ` Martin Blumenstingl
2019-08-20 20:21     ` Martin Blumenstingl
2019-08-20 20:21     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:28   ` Martin Blumenstingl
2019-08-20 20:28     ` Martin Blumenstingl
2019-08-20 20:28     ` Martin Blumenstingl
2019-08-21 14:04     ` Neil Armstrong
2019-08-21 14:04       ` Neil Armstrong
2019-08-21 14:04       ` Neil Armstrong
2019-08-14 14:29 ` [PATCH 03/14] arm64: dts: meson-gx: fix reset controller compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:21   ` Martin Blumenstingl
2019-08-20 20:21     ` Martin Blumenstingl
2019-08-20 20:21     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 04/14] arm64: dts: meson-gx: fix spifc compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:29   ` Martin Blumenstingl
2019-08-20 20:29     ` Martin Blumenstingl
2019-08-20 20:29     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 05/14] arm64: dts: meson-gx: fix watchdog compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:22   ` Martin Blumenstingl
2019-08-20 20:22     ` Martin Blumenstingl
2019-08-20 20:22     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 06/14] arm64: dts: meson-gx: fix mhu compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29 ` [PATCH 07/14] arm64: dts: meson-gx: fix periphs bus node name Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:25   ` Martin Blumenstingl
2019-08-20 20:25     ` Martin Blumenstingl
2019-08-20 20:25     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 08/14] arm64: dts: meson-gxl: fix internal phy compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:38   ` Martin Blumenstingl
2019-08-20 20:38     ` Martin Blumenstingl
2019-08-20 20:38     ` Martin Blumenstingl
2019-08-21 14:07     ` Neil Armstrong
2019-08-21 14:07       ` Neil Armstrong
2019-08-21 14:07       ` Neil Armstrong
2019-08-14 14:29 ` [PATCH 09/14] arm64: dts: meson-axg: fix MHU compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29 ` Neil Armstrong [this message]
2019-08-14 14:29   ` [PATCH 10/14] arm64: dts: meson-g12a: fix reset controller compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:42   ` Martin Blumenstingl
2019-08-20 20:42     ` Martin Blumenstingl
2019-08-20 20:42     ` Martin Blumenstingl
2019-08-20 20:42     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 11/14] arm64: dts: meson-g12a-x96-max: fix compatible Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:32   ` Martin Blumenstingl
2019-08-20 20:32     ` Martin Blumenstingl
2019-08-20 20:32     ` Martin Blumenstingl
2019-08-21 14:08     ` Neil Armstrong
2019-08-21 14:08       ` Neil Armstrong
2019-08-21 14:08       ` Neil Armstrong
2019-08-21 21:14       ` Martin Blumenstingl
2019-08-21 21:14         ` Martin Blumenstingl
2019-08-21 21:14         ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 12/14] arm64: dts: meson-gxbb-nanopi-k2: add missing model Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:25   ` Martin Blumenstingl
2019-08-20 20:25     ` Martin Blumenstingl
2019-08-20 20:25     ` Martin Blumenstingl
2019-08-20 20:25     ` Martin Blumenstingl
2019-08-21 14:08     ` Neil Armstrong
2019-08-21 14:08       ` Neil Armstrong
2019-08-21 14:08       ` Neil Armstrong
2019-08-14 14:29 ` [PATCH 13/14] arm64: dts: meson-gxbb-p201: fix snps,reset-delays-us format Neil Armstrong
2019-08-14 14:29   ` [PATCH 13/14] arm64: dts: meson-gxbb-p201: fix snps, reset-delays-us format Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:23   ` Martin Blumenstingl
2019-08-20 20:23     ` Martin Blumenstingl
2019-08-20 20:23     ` Martin Blumenstingl
2019-08-14 14:29 ` [PATCH 14/14] arm64: dts: meson: fix boards regulators states format Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-14 14:29   ` Neil Armstrong
2019-08-20 20:35   ` Martin Blumenstingl
2019-08-20 20:35     ` Martin Blumenstingl
2019-08-20 20:35     ` Martin Blumenstingl
2019-08-20 20:35     ` Martin Blumenstingl

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=20190814142918.11636-11-narmstrong@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.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.