Commit 1c764712 authored by Frank Li's avatar Frank Li
Browse files

ARM: dts: imx35: remove simple-bus 'usbphy'

Remove simple bus 'usbphy' and move chip nodes to up layers to fix below
CHECK_DTBS warnings.
arch/arm/boot/dts/nxp/imx/imx35-pdk.dtb: usbphy (simple-bus): usb-phy@1:reg:0: [1] is too short
   from schema $id: http://devicetree.org/schemas/simple-bus.yaml



Remove property 'reg' because it is never used at driver.

Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent 3645ed51
Loading
Loading
Loading
Loading
+7 −15
Original line number Diff line number Diff line
@@ -393,21 +393,13 @@ weim: memory-controller@b8002000 {
		};
	};

	usbphy {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <0>;

		usbphy0: usb-phy@0 {
			reg = <0>;
	usbphy0: usb-phy0 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
	};

		usbphy1: usb-phy@1 {
			reg = <1>;
	usbphy1: usb-phy1 {
		compatible = "usb-nop-xceiv";
		#phy-cells = <0>;
	};
};
};