mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	dt-bindings: usb: aspeed: Remove the leading zeroes
Remove the leading zeroes to fix the following warning seen with 'make dt_binding_check': Documentation/devicetree/bindings/usb/aspeed,usb-vhub.example.dts:37.33-42.23: Warning (unit_address_format): /example-0/usb-vhub@1e6a0000/vhub-strings/string@0409: unit name should not have leading 0s Reviewed-by: Tao Ren <rentao.bupt@gmail.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20200629214027.16768-1-festevam@gmail.com Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
		
							parent
							
								
									dee9c0b575
								
							
						
					
					
						commit
						dd075b664c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -127,8 +127,8 @@ examples: | |||
|                 #address-cells = <1>; | ||||
|                 #size-cells = <0>; | ||||
| 
 | ||||
|                 string@0409 { | ||||
|                         reg = <0x0409>; | ||||
|                 string@409 { | ||||
|                         reg = <0x409>; | ||||
|                         manufacturer = "ASPEED"; | ||||
|                         product = "USB Virtual Hub"; | ||||
|                         serial-number = "0000"; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Fabio Estevam
						Fabio Estevam