Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring (Arm) and committed by
Krzysztof Kozlowski
71aa9fd7 8400291e

+4 -4
+1 -1
arch/arm/boot/dts/arm/arm-realview-eb-mp.dtsi
··· 103 103 }; 104 104 105 105 /* PMU with one IRQ line per core */ 106 - pmu: pmu@0 { 106 + pmu: pmu { 107 107 compatible = "arm,arm11mpcore-pmu"; 108 108 interrupt-parent = <&intc>; 109 109 interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH>,
+1 -1
arch/arm/boot/dts/arm/arm-realview-pb11mp.dts
··· 92 92 <0x1f000100 0x100>; 93 93 }; 94 94 95 - L2: cache-controller { 95 + L2: cache-controller@1f002000 { 96 96 compatible = "arm,l220-cache"; 97 97 reg = <0x1f002000 0x1000>; 98 98 interrupt-parent = <&intc_tc11mp>;
+1 -1
arch/arm/boot/dts/arm/arm-realview-pba8.dts
··· 40 40 }; 41 41 }; 42 42 43 - pmu: pmu@0 { 43 + pmu: pmu { 44 44 compatible = "arm,cortex-a8-pmu"; 45 45 interrupt-parent = <&intc>; 46 46 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
+1 -1
arch/arm/boot/dts/arm/arm-realview-pbx-a9.dts
··· 97 97 interrupts = <1 14 0xf04>; 98 98 }; 99 99 100 - pmu: pmu@0 { 100 + pmu: pmu { 101 101 compatible = "arm,cortex-a9-pmu"; 102 102 interrupt-parent = <&intc>; 103 103 interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>,