All of lore.kernel.org
 help / color / mirror / Atom feed
From: matthias.bgg@kernel.org
To: Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: mtk01761 <wendell.lin@mediatek.com>,
	devicetree@vger.kernel.org, Allison Randal <allison@lohutok.net>,
	linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-mediatek@lists.infradead.org,
	Kate Stewart <kstewart@linuxfoundation.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] arm64: dts: mt6797: Fix mmsys node name
Date: Mon, 18 May 2020 13:31:56 +0200	[thread overview]
Message-ID: <20200518113156.25009-4-matthias.bgg@kernel.org> (raw)
In-Reply-To: <20200518113156.25009-1-matthias.bgg@kernel.org>

From: Matthias Brugger <matthias.bgg@gmail.com>

Node names are supposed to match the class of the device. The
mmsys node is a syscon as it provides more then just a clock controller.
Update the name.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

---

 arch/arm64/boot/dts/mediatek/mt6797.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 136ef9527a0d..3efd032481ce 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -233,7 +233,7 @@ uart3: serial@11005000 {
 		status = "disabled";
 	};
 
-	mmsys: mmsys_config@14000000 {
+	mmsys: syscon@14000000 {
 		compatible = "mediatek,mt6797-mmsys", "syscon";
 		reg = <0 0x14000000 0 0x1000>;
 		#clock-cells = <1>;
-- 
2.26.2


WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@kernel.org
To: Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
	devicetree@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	mtk01761 <wendell.lin@mediatek.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-clk@vger.kernel.org, Allison Randal <allison@lohutok.net>
Subject: [PATCH 4/4] arm64: dts: mt6797: Fix mmsys node name
Date: Mon, 18 May 2020 13:31:56 +0200	[thread overview]
Message-ID: <20200518113156.25009-4-matthias.bgg@kernel.org> (raw)
In-Reply-To: <20200518113156.25009-1-matthias.bgg@kernel.org>

From: Matthias Brugger <matthias.bgg@gmail.com>

Node names are supposed to match the class of the device. The
mmsys node is a syscon as it provides more then just a clock controller.
Update the name.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

---

 arch/arm64/boot/dts/mediatek/mt6797.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 136ef9527a0d..3efd032481ce 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -233,7 +233,7 @@ uart3: serial@11005000 {
 		status = "disabled";
 	};
 
-	mmsys: mmsys_config@14000000 {
+	mmsys: syscon@14000000 {
 		compatible = "mediatek,mt6797-mmsys", "syscon";
 		reg = <0 0x14000000 0 0x1000>;
 		#clock-cells = <1>;
-- 
2.26.2


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

WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@kernel.org
To: Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: Kate Stewart <kstewart@linuxfoundation.org>,
	devicetree@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	mtk01761 <wendell.lin@mediatek.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-clk@vger.kernel.org, Allison Randal <allison@lohutok.net>
Subject: [PATCH 4/4] arm64: dts: mt6797: Fix mmsys node name
Date: Mon, 18 May 2020 13:31:56 +0200	[thread overview]
Message-ID: <20200518113156.25009-4-matthias.bgg@kernel.org> (raw)
In-Reply-To: <20200518113156.25009-1-matthias.bgg@kernel.org>

From: Matthias Brugger <matthias.bgg@gmail.com>

Node names are supposed to match the class of the device. The
mmsys node is a syscon as it provides more then just a clock controller.
Update the name.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

---

 arch/arm64/boot/dts/mediatek/mt6797.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 136ef9527a0d..3efd032481ce 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -233,7 +233,7 @@ uart3: serial@11005000 {
 		status = "disabled";
 	};
 
-	mmsys: mmsys_config@14000000 {
+	mmsys: syscon@14000000 {
 		compatible = "mediatek,mt6797-mmsys", "syscon";
 		reg = <0 0x14000000 0 0x1000>;
 		#clock-cells = <1>;
-- 
2.26.2


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

  parent reply	other threads:[~2020-05-18 11:32 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 11:31 [PATCH 1/4] clk/soc: mediatek: mt8183: Bind clock driver from platform device matthias.bgg
2020-05-18 11:31 ` matthias.bgg
2020-05-18 11:31 ` matthias.bgg
2020-05-18 11:31 ` [PATCH 2/4] clk/soc: mediatek: mt6797: " matthias.bgg
2020-05-18 11:31   ` matthias.bgg
2020-05-18 11:31   ` matthias.bgg
2020-05-19  0:23   ` Chun-Kuang Hu
2020-05-19  0:23     ` Chun-Kuang Hu
2020-05-19  0:23     ` Chun-Kuang Hu
2020-05-20 10:15   ` Stephen Boyd
2020-05-20 10:15     ` Stephen Boyd
2020-05-20 10:15     ` Stephen Boyd
2020-05-20 10:53     ` Matthias Brugger
2020-05-20 10:53       ` Matthias Brugger
2020-05-20 10:53       ` Matthias Brugger
2020-05-18 11:31 ` [PATCH 3/4] clk/soc: mediatek: mt6779: " matthias.bgg
2020-05-18 11:31   ` matthias.bgg
2020-05-18 11:31   ` matthias.bgg
2020-05-19 15:10   ` Chun-Kuang Hu
2020-05-19 15:10     ` Chun-Kuang Hu
2020-05-19 15:10     ` Chun-Kuang Hu
2020-05-19 21:26     ` Matthias Brugger
2020-05-19 21:26       ` Matthias Brugger
2020-05-19 21:26       ` Matthias Brugger
2020-05-19 23:52       ` Chun-Kuang Hu
2020-05-19 23:52         ` Chun-Kuang Hu
2020-05-19 23:52         ` Chun-Kuang Hu
2020-05-20 10:15   ` Stephen Boyd
2020-05-20 10:15     ` Stephen Boyd
2020-05-20 10:15     ` Stephen Boyd
2020-05-20 10:54     ` Matthias Brugger
2020-05-20 10:54       ` Matthias Brugger
2020-05-20 10:54       ` Matthias Brugger
2020-05-20 10:21   ` Stephen Boyd
2020-05-20 10:21     ` Stephen Boyd
2020-05-20 10:21     ` Stephen Boyd
2020-05-18 11:31 ` matthias.bgg [this message]
2020-05-18 11:31   ` [PATCH 4/4] arm64: dts: mt6797: Fix mmsys node name matthias.bgg
2020-05-18 11:31   ` matthias.bgg
2020-05-19 15:06   ` Chun-Kuang Hu
2020-05-19 15:06     ` Chun-Kuang Hu
2020-05-19 15:06     ` Chun-Kuang Hu
2020-05-20 10:54     ` Matthias Brugger
2020-05-20 10:54       ` Matthias Brugger
2020-05-20 10:54       ` Matthias Brugger
2020-05-18 15:30 ` [PATCH 1/4] clk/soc: mediatek: mt8183: Bind clock driver from platform device Chun-Kuang Hu
2020-05-18 15:30   ` Chun-Kuang Hu
2020-05-18 15:30   ` Chun-Kuang Hu
2020-05-18 15:57   ` Matthias Brugger
2020-05-18 15:57     ` Matthias Brugger
2020-05-18 15:57     ` Matthias Brugger
2020-05-19  0:21     ` Chun-Kuang Hu
2020-05-19  0:21       ` Chun-Kuang Hu
2020-05-19  0:21       ` Chun-Kuang Hu
2020-05-20 10:14 ` Stephen Boyd
2020-05-20 10:14   ` Stephen Boyd
2020-05-20 10:14   ` Stephen Boyd
2020-05-20 10:53   ` Matthias Brugger
2020-05-20 10:53     ` Matthias Brugger
2020-05-20 10:53     ` Matthias Brugger

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=20200518113156.25009-4-matthias.bgg@kernel.org \
    --to=matthias.bgg@kernel.org \
    --cc=allison@lohutok.net \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=wendell.lin@mediatek.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.