Enable the USB QMP PHY node in the U-Boot device trees for the
Shikra CQS and IQS EVK platforms. This allows the QMP USB3
PHY driver to probe and initialize the USB3 PHY during boot.

Signed-off-by: Aswin Murugan <[email protected]>
---
 arch/arm/dts/shikra-cqs-evk-u-boot.dtsi | 4 ++++
 arch/arm/dts/shikra-iqs-evk-u-boot.dtsi | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi 
b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
index 301cf6b62c9..e807b91ef1f 100644
--- a/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
+++ b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
@@ -16,3 +16,7 @@
 
        status = "okay";
 };
+
+&usb_qmpphy {
+       status = "okay";
+};
diff --git a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi 
b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
index 301cf6b62c9..e807b91ef1f 100644
--- a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
+++ b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
@@ -16,3 +16,7 @@
 
        status = "okay";
 };
+
+&usb_qmpphy {
+       status = "okay";
+};
-- 
2.34.1

Reply via email to