Skip to content

Commit

Permalink
driver: usb: telink_b91: Fix reg property for USB (zephyrproject-rtos#33
Browse files Browse the repository at this point in the history
)

Fixes ZEPHYR-312

Signed-off-by: Maciej Bojczuk <maciej.bojczuk@telink-semi.com>
  • Loading branch information
Maciej Bojczuk authored Nov 4, 2022
1 parent de8028e commit a43ea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/riscv/telink/telink_b91.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

usbd: usbd@80100800 {
compatible = "telink,b91-usbd";
reg = <80100800 0x40>;
reg = <0x80100800 0x40>;
interrupts = <19 1>, <20 1>, <21 1>, <22 1>, <23 1>, <36 1>, <47 1>;
interrupt-parent = <&plic0>;
num-bidir-endpoints = <1>;
Expand Down

0 comments on commit a43ea18

Please sign in to comment.