Skip to content

Commit dd075b6

Browse files
fabioestevamrobherring
authored andcommitted
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 <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent dee9c0b commit dd075b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/usb/aspeed,usb-vhub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ examples:
127127
#address-cells = <1>;
128128
#size-cells = <0>;
129129
130-
string@0409 {
131-
reg = <0x0409>;
130+
string@409 {
131+
reg = <0x409>;
132132
manufacturer = "ASPEED";
133133
product = "USB Virtual Hub";
134134
serial-number = "0000";

0 commit comments

Comments
 (0)