Commit 61a3e037 authored by Frank Li's avatar Frank Li Committed by Shawn Guo
Browse files

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

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: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d51f7527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -804,7 +804,7 @@ QORIQ_CLK_PLL_DIV(1)>,
					    QORIQ_CLK_PLL_DIV(1)>;
		};

		aux_bus: aux-bus {
		aux_bus: bus {
			#address-cells = <2>;
			#size-cells = <2>;
			compatible = "simple-bus";
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ QORIQ_CLK_PLL_DIV(2)>,
					    QORIQ_CLK_PLL_DIV(2)>;
		};

		aux_bus: aux-bus {
		aux_bus: bus {
			#address-cells = <2>;
			#size-cells = <2>;
			compatible = "simple-bus";