Skip to content

Commit 706ba43

Browse files
Finomnisaescolar
authored andcommitted
dts: fix warnings in nxp_rt11xx.dtsi
Caused by a simple typo. Signed-off-by: Martin Stumpf <[email protected]>
1 parent 372c718 commit 706ba43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nxp/nxp_rt11xx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,13 +831,13 @@
831831
status = "disabled";
832832
};
833833

834-
usbphy1: usbphy@0x40434000 {
834+
usbphy1: usbphy@40434000 {
835835
compatible = "nxp,usbphy";
836836
reg = <0x40434000 0x1000>;
837837
status = "disabled";
838838
};
839839

840-
usbphy2: usbphy@0x40438000 {
840+
usbphy2: usbphy@40438000 {
841841
compatible = "nxp,usbphy";
842842
reg = <0x40438000 0x1000>;
843843
status = "disabled";

0 commit comments

Comments
 (0)