* [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node
@ 2024-04-01 14:09 Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-01 14:09 UTC (permalink / raw)
To: Andreas Färber, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, linux-realtek-soc, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski
"soc" node has "ranges" property thus add matching unit address to fix
dtc W=1 warnings:
rtd129x.dtsi:51.6-122.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm64/boot/dts/realtek/rtd129x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 39aefe66a794..ba50e292bdbb 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -48,7 +48,7 @@ osc27M: osc {
clock-output-names = "osc27M";
};
- soc {
+ soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] arm64: dts: realtek: rtd139x: add missing unit address to soc node
2024-04-01 14:09 [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node Krzysztof Kozlowski
@ 2024-04-01 14:09 ` Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 3/3] arm64: dts: realtek: rtc16xx: " Krzysztof Kozlowski
2024-04-24 6:54 ` [PATCH 1/3] arm64: dts: realtek: rtd129x: " Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-01 14:09 UTC (permalink / raw)
To: Andreas Färber, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, linux-realtek-soc, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski
"soc" node has "ranges" property thus add matching unit address to fix
dtc W=1 warnings:
rtd139x.dtsi:50.6-120.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm64/boot/dts/realtek/rtd139x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/realtek/rtd139x.dtsi b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
index a3c10ceeb586..e8af39193e75 100644
--- a/arch/arm64/boot/dts/realtek/rtd139x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
@@ -47,7 +47,7 @@ osc27M: osc {
clock-output-names = "osc27M";
};
- soc {
+ soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] arm64: dts: realtek: rtc16xx: add missing unit address to soc node
2024-04-01 14:09 [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
@ 2024-04-01 14:09 ` Krzysztof Kozlowski
2024-04-24 6:54 ` [PATCH 1/3] arm64: dts: realtek: rtd129x: " Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-01 14:09 UTC (permalink / raw)
To: Andreas Färber, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, linux-realtek-soc, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski
"soc" node has "ranges" property thus add matching unit address to fix
dtc W=1 warnings:
rtd16xx.dtsi:130.6-198.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
index 34802cc62983..c10c7eaf1b03 100644
--- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
@@ -127,7 +127,7 @@ osc27M: osc {
#clock-cells = <0>;
};
- soc {
+ soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node
2024-04-01 14:09 [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 3/3] arm64: dts: realtek: rtc16xx: " Krzysztof Kozlowski
@ 2024-04-24 6:54 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-24 6:54 UTC (permalink / raw)
To: Andreas Färber, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-kernel, linux-realtek-soc, devicetree,
linux-kernel, Krzysztof Kozlowski
Cc: Krzysztof Kozlowski
On Mon, 01 Apr 2024 16:09:10 +0200, Krzysztof Kozlowski wrote:
> "soc" node has "ranges" property thus add matching unit address to fix
> dtc W=1 warnings:
>
> rtd129x.dtsi:51.6-122.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
>
>
Almost a month passed, no replies from maintainers about picking it up. Dunno,
looks abandoned, so let me grab this. If anyone else wants to pick it up, let
me know.
Applied, thanks!
[1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node
https://git.kernel.org/krzk/linux-dt/c/9c1998bb182d7edbddf8bef66f87ea68f8b91d67
[2/3] arm64: dts: realtek: rtd139x: add missing unit address to soc node
https://git.kernel.org/krzk/linux-dt/c/ed719eaa59f8bb0354dde2e37ece3e05239d0b1d
[3/3] arm64: dts: realtek: rtc16xx: add missing unit address to soc node
https://git.kernel.org/krzk/linux-dt/c/bd54eff2c5272efeb91d37efd4d1af9270601028
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-24 6:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 14:09 [PATCH 1/3] arm64: dts: realtek: rtd129x: add missing unit address to soc node Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 2/3] arm64: dts: realtek: rtd139x: " Krzysztof Kozlowski
2024-04-01 14:09 ` [PATCH 3/3] arm64: dts: realtek: rtc16xx: " Krzysztof Kozlowski
2024-04-24 6:54 ` [PATCH 1/3] arm64: dts: realtek: rtd129x: " Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).