Skip to content

Commit 1492a86

Browse files
rmurphy-armsudeep-holla
authored andcommitted
arm64: dts: juno: remove motherboard USB node
The first batch of Juno boards included a discrete USB controller chip as a contingency in case of issues with the USB 2.0 IP integrated into the SoC. As it turned out, the latter was fine, and to the best of my knowledge the motherboard USB was never even brought up and validated. Since this also isn't present on later boards, and uses a compatible string undocumented and unmatched by any driver in the kernel, let's just tidy it away for ever to avoid any confusion. Acked-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent fd47c20 commit 1492a86

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/arm64/boot/dts/arm/juno-motherboard.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,6 @@
131131
vddvario-supply = <&mb_fixed_3v3>;
132132
};
133133

134-
usb@5,00000000 {
135-
compatible = "nxp,usb-isp1763";
136-
reg = <5 0x00000000 0x20000>;
137-
bus-width = <16>;
138-
interrupts = <4>;
139-
};
140-
141134
iofpga@3,00000000 {
142135
compatible = "simple-bus";
143136
#address-cells = <1>;

0 commit comments

Comments
 (0)