Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Rob Herring
dd075b66 dee9c0b5

+2 -2
+2 -2
Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml
··· 127 127 #address-cells = <1>; 128 128 #size-cells = <0>; 129 129 130 - string@0409 { 131 - reg = <0x0409>; 130 + string@409 { 131 + reg = <0x409>; 132 132 manufacturer = "ASPEED"; 133 133 product = "USB Virtual Hub"; 134 134 serial-number = "0000";