[PATCH] ARM: dts: BCM53573: Rename mpcore node to mpcore-bus
Rosen Penev <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
The 'mpcore' node name does not match the simple-bus node name pattern '^([a-z][a-z0-9\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'. Rename to 'mpcore-bus' to match the pattern, consistent with the naming used in bcm-nsp.dtsi and bcm-ns.dtsi. Assisted-by: OpenCode:Big-Pickle Signed-off-by: Rosen Penev <[email protected]> --- arch/arm/boot/dts/broadcom/bcm53573.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/broadcom/bcm53573.dtsi b/arch/arm/boot/dts/broadcom/bcm53573.dtsi index 1aaa05cd3693..2c43be98090b 100644 --- a/arch/arm/boot/dts/broadcom/bcm53573.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm53573.dtsi @@ -32,7 +32,7 @@ cpu@0 { }; }; - mpcore@18310000 { + mpcore-bus@18310000 { compatible = "simple-bus"; ranges = <0x00000000 0x18310000 0x00008000>; #address-cells = <1>; -- 2.55.0