All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Palmer <daniel@0x0f.com>
To: soc@kernel.org
Cc: devicetree@vger.kernel.org, arnd@arndb.de, robh@kernel.org,
	Daniel Palmer <daniel@0x0f.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: mstar: Correct the compatible string for pmsleep
Date: Thu, 30 Jul 2020 00:07:48 +0900	[thread overview]
Message-ID: <20200729150748.1945589-4-daniel@0x0f.com> (raw)
In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com>

The compatible string for the pmsleep region has changed.
Update the MStar/Sigmastar v7 base dtsi with the new string.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
 arch/arm/boot/dts/mstar-v7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi
index c7458c67c4df..3b7b9b793736 100644
--- a/arch/arm/boot/dts/mstar-v7.dtsi
+++ b/arch/arm/boot/dts/mstar-v7.dtsi
@@ -74,7 +74,7 @@ riu: bus@1f000000 {
 			ranges = <0x0 0x1f000000 0x00400000>;
 
 			pmsleep: syscon@1c00 {
-				compatible = "mstar,pmsleep", "syscon";
+				compatible = "mstar,msc313-pmsleep", "syscon";
 				reg = <0x1c00 0x100>;
 			};
 
-- 
2.27.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: Daniel Palmer <daniel@0x0f.com>
To: soc@kernel.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, arnd@arndb.de, robh@kernel.org,
	Daniel Palmer <daniel@0x0f.com>
Subject: [PATCH 3/3] ARM: mstar: Correct the compatible string for pmsleep
Date: Thu, 30 Jul 2020 00:07:48 +0900	[thread overview]
Message-ID: <20200729150748.1945589-4-daniel@0x0f.com> (raw)
In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com>

The compatible string for the pmsleep region has changed.
Update the MStar/Sigmastar v7 base dtsi with the new string.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
 arch/arm/boot/dts/mstar-v7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi
index c7458c67c4df..3b7b9b793736 100644
--- a/arch/arm/boot/dts/mstar-v7.dtsi
+++ b/arch/arm/boot/dts/mstar-v7.dtsi
@@ -74,7 +74,7 @@ riu: bus@1f000000 {
 			ranges = <0x0 0x1f000000 0x00400000>;
 
 			pmsleep: syscon@1c00 {
-				compatible = "mstar,pmsleep", "syscon";
+				compatible = "mstar,msc313-pmsleep", "syscon";
 				reg = <0x1c00 0x100>;
 			};
 
-- 
2.27.0


  parent reply	other threads:[~2020-07-29 15:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-29 15:07 [PATCH 0/3] ARM: mstar: Fix compatible string for pmsleep Daniel Palmer
2020-07-29 15:07 ` Daniel Palmer
2020-07-29 15:07 ` [PATCH 1/3] dt-bindings: mfd: syscon: add compatible string for mstar, msc313-pmsleep Daniel Palmer
2020-07-29 15:07   ` [PATCH 1/3] dt-bindings: mfd: syscon: add compatible string for mstar,msc313-pmsleep Daniel Palmer
2020-07-29 15:07 ` [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar, pmsleep Daniel Palmer
2020-07-29 15:07   ` [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep Daniel Palmer
2020-07-31 19:21   ` Arnd Bergmann
2020-07-31 19:21     ` Arnd Bergmann
2020-08-01  2:53     ` Daniel Palmer
2020-08-01  2:53       ` Daniel Palmer
2020-07-29 15:07 ` Daniel Palmer [this message]
2020-07-29 15:07   ` [PATCH 3/3] ARM: mstar: Correct the compatible string for pmsleep Daniel Palmer
2020-07-31 17:42 ` [PATCH 0/3] ARM: mstar: Fix " Rob Herring

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=20200729150748.1945589-4-daniel@0x0f.com \
    --to=daniel@0x0f.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=soc@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.