On Mon, 29 Jun 2020 18:40:27 -0300, Fabio Estevam wrote: > 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 > > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!