From: matthias.bgg@kernel.org
To: soc@kernel.org, arm@kernel.org
Cc: linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] arm64: dts: mt8183-pumpkin: fix dtbs_check warning
Date: Fri, 16 Apr 2021 16:39:22 +0200 [thread overview]
Message-ID: <20210416143923.23406-2-matthias.bgg@kernel.org> (raw)
In-Reply-To: <20210416143923.23406-1-matthias.bgg@kernel.org>
From: Matthias Brugger <matthias.bgg@gmail.com>
Fix unit names to make dtbs_check happy.
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414144643.17435-1-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
index eb6e595c2975..0aff5eb52e88 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
@@ -32,7 +32,7 @@ reserved-memory {
#size-cells = <2>;
ranges;
- scp_mem_reserved: scp_mem_region {
+ scp_mem_reserved: scp_mem_region@50000000 {
compatible = "shared-dma-pool";
reg = <0 0x50000000 0 0x2900000>;
no-map;
@@ -55,7 +55,7 @@ led-green {
};
};
- ntc@0 {
+ ntc {
compatible = "murata,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <390000>;
--
2.30.2
WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@kernel.org
To: soc@kernel.org, arm@kernel.org
Cc: linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] arm64: dts: mt8183-pumpkin: fix dtbs_check warning
Date: Fri, 16 Apr 2021 16:39:22 +0200 [thread overview]
Message-ID: <20210416143923.23406-2-matthias.bgg@kernel.org> (raw)
Message-ID: <20210416143922.VGLGge74FXdXotBDyrpeErVxFn72HvU1gjn2hmyE--I@z> (raw)
In-Reply-To: <20210416143923.23406-1-matthias.bgg@kernel.org>
From: Matthias Brugger <matthias.bgg@gmail.com>
Fix unit names to make dtbs_check happy.
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414144643.17435-1-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
index eb6e595c2975..0aff5eb52e88 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
@@ -32,7 +32,7 @@ reserved-memory {
#size-cells = <2>;
ranges;
- scp_mem_reserved: scp_mem_region {
+ scp_mem_reserved: scp_mem_region@50000000 {
compatible = "shared-dma-pool";
reg = <0 0x50000000 0 0x2900000>;
no-map;
@@ -55,7 +55,7 @@ led-green {
};
};
- ntc@0 {
+ ntc {
compatible = "murata,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <390000>;
--
2.30.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: soc@kernel.org, arm@kernel.org
Cc: linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] arm64: dts: mt8183-pumpkin: fix dtbs_check warning
Date: Fri, 16 Apr 2021 16:39:22 +0200 [thread overview]
Message-ID: <20210416143923.23406-2-matthias.bgg@kernel.org> (raw)
Message-ID: <20210416143922.krYipX0CjJgn9-iJchdQTBrzWOSgZcROkmrd61DD9Qs@z> (raw)
In-Reply-To: <20210416143923.23406-1-matthias.bgg@kernel.org>
From: Matthias Brugger <matthias.bgg@gmail.com>
Fix unit names to make dtbs_check happy.
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414144643.17435-1-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
index eb6e595c2975..0aff5eb52e88 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts
@@ -32,7 +32,7 @@ reserved-memory {
#size-cells = <2>;
ranges;
- scp_mem_reserved: scp_mem_region {
+ scp_mem_reserved: scp_mem_region@50000000 {
compatible = "shared-dma-pool";
reg = <0 0x50000000 0 0x2900000>;
no-map;
@@ -55,7 +55,7 @@ led-green {
};
};
- ntc@0 {
+ ntc {
compatible = "murata,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <390000>;
--
2.30.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-04-16 14:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-16 14:39 [PATCH 0/2] dts: mediatek: fixes for v5.13 matthias.bgg
2021-04-16 14:39 ` matthias.bgg
2021-04-16 14:39 ` matthias.bgg
2021-04-16 14:39 ` matthias.bgg [this message]
2021-04-16 14:39 ` [PATCH 1/2] arm64: dts: mt8183-pumpkin: fix dtbs_check warning matthias.bgg
2021-04-16 14:39 ` matthias.bgg
2021-04-16 14:39 ` [PATCH 2/2] arm64: dts: mt8183: " matthias.bgg
2021-04-16 14:39 ` matthias.bgg
2021-04-16 14:39 ` matthias.bgg
2021-04-19 15:10 ` [PATCH 0/2] dts: mediatek: fixes for v5.13 patchwork-bot+linux-soc
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=20210416143923.23406-2-matthias.bgg@kernel.org \
--to=matthias.bgg@kernel.org \
--cc=arm@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=enric.balletbo@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox