public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH] arm64: dts: stratix10: add new compatible for Intel SoCFPGA Stratix10 platform
@ 2023-07-21  8:38 Meng Li
  2023-07-21  8:51 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 10+ messages in thread
From: Meng Li @ 2023-07-21  8:38 UTC (permalink / raw)
  To: dinguyen, robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree
  Cc: linux-kernel, meng.li

Intel Stratix10 is very the same with Agilex platform, the DWC2 IP on
the Stratix platform also does not support clock-gating. The commit
3d8d3504d233("usb: dwc2: Add platform specific data for Intel's Agilex")
had fixed this issue. So, add the essential compatible to also use the
specific data on Stratix10 platform.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Meng Li <Meng.Li@windriver.com>
---

v2:
 - Add SoC specific compatible as per Krzysztof comment

---
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 41c9eb51d0ee..46691e72f46b 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@ -491,7 +491,7 @@ usbphy0: usbphy@0 {
 		};
 
 		usb0: usb@ffb00000 {
-			compatible = "snps,dwc2";
+			compatible = "intel,socfpga-stratix10-hsotg", "intel,socfpga-agilex-hsotg", "snps,dwc2";
 			reg = <0xffb00000 0x40000>;
 			interrupts = <0 93 4>;
 			phys = <&usbphy0>;
@@ -505,7 +505,7 @@ usb0: usb@ffb00000 {
 		};
 
 		usb1: usb@ffb40000 {
-			compatible = "snps,dwc2";
+			compatible = "intel,socfpga-stratix10-hsotg", "intel,socfpga-agilex-hsotg", "snps,dwc2";
 			reg = <0xffb40000 0x40000>;
 			interrupts = <0 94 4>;
 			phys = <&usbphy0>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-21  9:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21  8:38 [v2 PATCH] arm64: dts: stratix10: add new compatible for Intel SoCFPGA Stratix10 platform Meng Li
2023-07-21  8:51 ` Krzysztof Kozlowski
2023-07-21  8:53   ` Krzysztof Kozlowski
2023-07-21  9:05     ` Li, Meng
2023-07-21  9:19       ` Krzysztof Kozlowski
2023-07-21  9:21         ` Li, Meng
2023-07-21  9:22           ` Krzysztof Kozlowski
2023-07-21  9:29             ` Li, Meng
2023-07-21  9:35               ` Krzysztof Kozlowski
2023-07-21  9:58                 ` Li, Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox