arm64: dts: layerscape: rename aux_bus to aux-bus

Rename aux_bus to aux-bus to fix below CHECK_DTBS warning.
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb:
    aux_bus: $nodename:0: 'aux_bus' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
        from schema $id: http://devicetree.org/schemas/simple-bus.yam

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li
2024-06-26 16:25:30 -04:00
committed by Shawn Guo
parent 7dcd914ba1
commit 8cd751f27a
2 changed files with 2 additions and 2 deletions
@@ -805,7 +805,7 @@
QORIQ_CLK_PLL_DIV(1)>;
};
aux_bus: aux_bus {
aux_bus: aux-bus {
#address-cells = <2>;
#size-cells = <2>;
compatible = "simple-bus";
@@ -715,7 +715,7 @@
QORIQ_CLK_PLL_DIV(2)>;
};
aux_bus: aux_bus {
aux_bus: aux-bus {
#address-cells = <2>;
#size-cells = <2>;
compatible = "simple-bus";