mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv
"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells property. This is probably because the binding was the precursor to the phy binding. Fixes the following warning in Marvell dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring <robh@kernel.org> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
		
							parent
							
								
									cbbde59b29
								
							
						
					
					
						commit
						44e5dced2e
					
				
					 4 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -236,6 +236,7 @@ pcie@3,0 {
 | 
			
		|||
	usb3_phy: usb3_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <®_xhci0_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	reg_xhci0_vbus: xhci0-vbus {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -66,6 +66,7 @@ MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
 | 
			
		|||
	usb3_1_phy: usb3_1-phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <&usb3_1_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	usb3_1_vbus: usb3_1-vbus {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -191,11 +191,13 @@ orange {
 | 
			
		|||
	usb3_0_phy: usb3_0_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <®_usb3_0_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	usb3_1_phy: usb3_1_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <®_usb3_1_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	reg_usb3_0_vbus: usb3-vbus0 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -276,11 +276,13 @@ gpio-fan {
 | 
			
		|||
	usb2_1_phy: usb2_1_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <®_usb2_1_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	usb3_phy: usb3_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		vcc-supply = <®_usb3_vbus>;
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	reg_usb3_vbus: usb3-vbus {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue