]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: layerscape: rename b(q)man-portals to b(q)man-portals-bus
authorFrank Li <Frank.Li@nxp.com>
Wed, 26 Jun 2024 20:25:33 +0000 (16:25 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Jul 2024 14:21:46 +0000 (22:21 +0800)
Rename b(q)man-portals to b(q)man-portals-bus to fix below CHECK_DTB
warnings.

arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb:
  bman-portals@508000000: $nodename:0: 'bman-portals@508000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index 31950cc4c6ba012280f3035cfd2380d6698d1e52..17f4e3171120959c13bc385de733503c92b7bcae 100644 (file)
                        memory-region = <&bman_fbpr>;
                };
 
-               bportals: bman-portals@508000000 {
+               bportals: bman-portals-bus@508000000 {
                        ranges = <0x0 0x5 0x08000000 0x8000000>;
                };
 
-               qportals: qman-portals@500000000 {
+               qportals: qman-portals-bus@500000000 {
                        ranges = <0x0 0x5 0x00000000 0x8000000>;
                };
 
index 060b74d3ca58d6ec8b2e813ba67beba7a8c69edc..200e52622f9981a61a3f4f899d04b769aac3b4b3 100644 (file)
 
                };
 
-               qportals: qman-portals@500000000 {
+               qportals: qman-portals-bus@500000000 {
                        ranges = <0x0 0x5 0x00000000 0x8000000>;
                };
 
-               bportals: bman-portals@508000000 {
+               bportals: bman-portals-bus@508000000 {
                        ranges = <0x0 0x5 0x08000000 0x8000000>;
                };