arm: dts: realview: Add/drop missing/spurious unit-addreses

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>
Link: https://lore.kernel.org/r/20240528191510.1444068-1-robh@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Rob Herring (Arm) 2024-05-28 14:15:09 -05:00 committed by Krzysztof Kozlowski
parent 8400291e28
commit 71aa9fd7b5
4 changed files with 4 additions and 4 deletions

View File

@ -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>,

View File

@ -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>;

View File

@ -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>;

View File

@ -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>,