forked from mirrors/linux
		
	arm: dts: nspire: 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 nspire dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
		
							parent
							
								
									81faa55668
								
							
						
					
					
						commit
						c5bbf358b7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -56,6 +56,7 @@ apb_pclk: apb_pclk {
 | 
			
		|||
 | 
			
		||||
	usb_phy: usb_phy {
 | 
			
		||||
		compatible = "usb-nop-xceiv";
 | 
			
		||||
		#phy-cells = <0>;
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	vbus_reg: vbus_reg {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue