]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: layerscape: rename aux-bus to bus
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 18:59:23 +0000 (14:59 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 07:26:49 +0000 (15:26 +0800)
The node name 'aux-bus' is special word. It invokes dp-aux-bus.yaml binding
check. Simple change to 'bus' to fix below warning.

aux-bus: '#address-cells', '#size-cells', 'compatible', 'dma-ranges', 'ranges', 'sata@3200000', 'usb@2f00000', 'usb@3000000', 'usb@3100000' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/dp-aux-bus.yaml#

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 17f4e3171120959c13bc385de733503c92b7bcae..b19a024525cbc9c7ba2a9b7d634fc26514d5604a 100644 (file)
                                            QORIQ_CLK_PLL_DIV(1)>;
                };
 
-               aux_bus: aux-bus {
+               aux_bus: bus {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        compatible = "simple-bus";
index 200e52622f9981a61a3f4f899d04b769aac3b4b3..6e244dc4832d1fdabbea04b3075e37f8a4438046 100644 (file)
                                            QORIQ_CLK_PLL_DIV(2)>;
                };
 
-               aux_bus: aux-bus {
+               aux_bus: bus {
                        #address-cells = <2>;
                        #size-cells = <2>;
                        compatible = "simple-bus";