forked from mirrors/linux
		
	ARM: dts: sunxi: h3/h5: Remove useless phy-names from EHCI and OHCI
Neither the OHCI or EHCI bindings are using the phy-names property, so we can just drop it. Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
		
							parent
							
								
									8558c6e21c
								
							
						
					
					
						commit
						0a3df8bb6d
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -304,7 +304,6 @@ ehci1: usb@1c1b000 {
 | 
			
		|||
			clocks = <&ccu CLK_BUS_EHCI1>, <&ccu CLK_BUS_OHCI1>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI1>, <&ccu RST_BUS_OHCI1>;
 | 
			
		||||
			phys = <&usbphy 1>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -316,7 +315,6 @@ ohci1: usb@1c1b400 {
 | 
			
		|||
				 <&ccu CLK_USB_OHCI1>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI1>, <&ccu RST_BUS_OHCI1>;
 | 
			
		||||
			phys = <&usbphy 1>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -327,7 +325,6 @@ ehci2: usb@1c1c000 {
 | 
			
		|||
			clocks = <&ccu CLK_BUS_EHCI2>, <&ccu CLK_BUS_OHCI2>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI2>, <&ccu RST_BUS_OHCI2>;
 | 
			
		||||
			phys = <&usbphy 2>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -339,7 +336,6 @@ ohci2: usb@1c1c400 {
 | 
			
		|||
				 <&ccu CLK_USB_OHCI2>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI2>, <&ccu RST_BUS_OHCI2>;
 | 
			
		||||
			phys = <&usbphy 2>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -350,7 +346,6 @@ ehci3: usb@1c1d000 {
 | 
			
		|||
			clocks = <&ccu CLK_BUS_EHCI3>, <&ccu CLK_BUS_OHCI3>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI3>, <&ccu RST_BUS_OHCI3>;
 | 
			
		||||
			phys = <&usbphy 3>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -362,7 +357,6 @@ ohci3: usb@1c1d400 {
 | 
			
		|||
				 <&ccu CLK_USB_OHCI3>;
 | 
			
		||||
			resets = <&ccu RST_BUS_EHCI3>, <&ccu RST_BUS_OHCI3>;
 | 
			
		||||
			phys = <&usbphy 3>;
 | 
			
		||||
			phy-names = "usb";
 | 
			
		||||
			status = "disabled";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue