ARM: dts: imx6dl: lanmcu: Disable unused USB PHY nodes
authorOleksij Rempel <o.rempel@pengutronix.de>
Tue, 30 May 2023 12:03:35 +0000 (14:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 13:07:05 +0000 (21:07 +0800)
In the imx6dl-lanmcu system, the usbh2 and usbh3 interfaces are not in
use. However, the related USB PHY nodes (usbphynop1 and usbphynop2) are
enabled by default in the imx6qdl.dtsi file, which can lead to confusion
and potential resource mismanagement.

This commit explicitly disables these unused USB PHY nodes in the
imx6dl-lanmcu device tree, aligning the configuration more accurately
with the actual hardware setup.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-lanmcu.dts

index fa823988312d63d2c640b96df2e927609c1e89ec..bbfa921e657d6551bd54abb89b61dcd4db66a4a7 100644 (file)
        status = "okay";
 };
 
+&usbphynop1 {
+       status = "disabled";
+};
+
+&usbphynop2 {
+       status = "disabled";
+};
+
 &usdhc1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc1>;