* [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses
@ 2024-05-28 19:15 Rob Herring (Arm)
2024-05-29 8:44 ` Linus Walleij
2024-08-12 10:11 ` Krzysztof Kozlowski
0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2024-05-28 19:15 UTC (permalink / raw)
To: Linus Walleij, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
Various nodes on the Arm Realview boards have missing or spurious
unit-addresses.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi | 2 +-
arch/arm/boot/dts/arm/arm-realview-pb11mp.dts | 2 +-
arch/arm/boot/dts/arm/arm-realview-pba8.dts | 2 +-
arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi b/arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi
index 26783d053ac7..40f7515aa068 100644
--- a/arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi
+++ b/arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi
@@ -103,7 +103,7 @@ twd_wdog: watchdog@1f000620 {
};
/* PMU with one IRQ line per core */
- pmu: pmu@0 {
+ pmu: pmu {
compatible = "arm,arm11mpcore-pmu";
interrupt-parent = <&intc>;
interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH>,
diff --git a/arch/arm/boot/dts/arm/arm-realview-pb11mp.dts b/arch/arm/boot/dts/arm/arm-realview-pb11mp.dts
index 14ce47d42e3d..29afc5c05759 100644
--- a/arch/arm/boot/dts/arm/arm-realview-pb11mp.dts
+++ b/arch/arm/boot/dts/arm/arm-realview-pb11mp.dts
@@ -92,7 +92,7 @@ intc_tc11mp: interrupt-controller@1f000100 {
<0x1f000100 0x100>;
};
- L2: cache-controller {
+ L2: cache-controller@1f002000 {
compatible = "arm,l220-cache";
reg = <0x1f002000 0x1000>;
interrupt-parent = <&intc_tc11mp>;
diff --git a/arch/arm/boot/dts/arm/arm-realview-pba8.dts b/arch/arm/boot/dts/arm/arm-realview-pba8.dts
index d3238c252b59..d2e0082245f9 100644
--- a/arch/arm/boot/dts/arm/arm-realview-pba8.dts
+++ b/arch/arm/boot/dts/arm/arm-realview-pba8.dts
@@ -40,7 +40,7 @@ cpu0: cpu@0 {
};
};
- pmu: pmu@0 {
+ pmu: pmu {
compatible = "arm,cortex-a8-pmu";
interrupt-parent = <&intc>;
interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts b/arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts
index 85d3968fbb91..507ad7ac4974 100644
--- a/arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts
+++ b/arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts
@@ -97,7 +97,7 @@ twd_wdog: watchdog@1f000620 {
interrupts = <1 14 0xf04>;
};
- pmu: pmu@0 {
+ pmu: pmu {
compatible = "arm,cortex-a9-pmu";
interrupt-parent = <&intc>;
interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>,
--
2.43.0
_______________________________________________
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] arm: dts: realview: Add/drop missing/spurious unit-addreses
2024-05-28 19:15 [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses Rob Herring (Arm)
@ 2024-05-29 8:44 ` Linus Walleij
2024-08-12 10:11 ` Krzysztof Kozlowski
1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2024-05-29 8:44 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel, devicetree,
linux-kernel
On Tue, May 28, 2024 at 9:15 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> Various nodes on the Arm Realview boards have missing or spurious
> unit-addresses.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
I send pull requests for these files very seldom and the risk of
collision is practically zero, could you take the patch through your
DT tree?
Yours,
Linus Walleij
_______________________________________________
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
* Re: [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses
2024-05-28 19:15 [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses Rob Herring (Arm)
2024-05-29 8:44 ` Linus Walleij
@ 2024-08-12 10:11 ` Krzysztof Kozlowski
2024-08-23 16:17 ` Linus Walleij
1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-12 10:11 UTC (permalink / raw)
To: Linus Walleij, Krzysztof Kozlowski, Conor Dooley,
Rob Herring (Arm)
Cc: Krzysztof Kozlowski, linux-arm-kernel, devicetree, linux-kernel
On Tue, 28 May 2024 14:15:09 -0500, Rob Herring (Arm) wrote:
> Various nodes on the Arm Realview boards have missing or spurious
> unit-addresses.
>
>
No one took this patch and it waits on the list for very long.
Applied, thanks!
[1/1] arm: dts: realview: Add/drop missing/spurious unit-addreses
https://git.kernel.org/krzk/linux-dt/c/71aa9fd7b5dee10a620f0938f3df8a8818a7f232
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses
2024-08-12 10:11 ` Krzysztof Kozlowski
@ 2024-08-23 16:17 ` Linus Walleij
0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2024-08-23 16:17 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Krzysztof Kozlowski, Conor Dooley, Rob Herring (Arm),
linux-arm-kernel, devicetree, linux-kernel
On Mon, Aug 12, 2024 at 12:11 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> On Tue, 28 May 2024 14:15:09 -0500, Rob Herring (Arm) wrote:
> > Various nodes on the Arm Realview boards have missing or spurious
> > unit-addresses.
>
> No one took this patch and it waits on the list for very long.
>
> Applied, thanks!
Should have been me, I was too busy/lazy.
Thanks a lot for stepping in!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-23 16:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 19:15 [PATCH] arm: dts: realview: Add/drop missing/spurious unit-addreses Rob Herring (Arm)
2024-05-29 8:44 ` Linus Walleij
2024-08-12 10:11 ` Krzysztof Kozlowski
2024-08-23 16:17 ` Linus Walleij
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).