/[packages]/updates/8/kernel/current/SOURCES/arm64-dts-agilex-use-the-compatible-intel-socfpga-ag.patch
ViewVC logotype

Contents of /updates/8/kernel/current/SOURCES/arm64-dts-agilex-use-the-compatible-intel-socfpga-ag.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1795002 - (show annotations) (download)
Wed Mar 16 20:40:50 2022 UTC (2 years, 1 month ago) by tmb
File size: 1437 byte(s)
add current -stable queue
1 From 0296e09386fd0343150d04089291c1ee12db9b76 Mon Sep 17 00:00:00 2001
2 From: Sasha Levin <sashal@kernel.org>
3 Date: Thu, 6 Jan 2022 17:53:31 -0600
4 Subject: arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"
5
6 From: Dinh Nguyen <dinguyen@kernel.org>
7
8 [ Upstream commit 268a491aebc25e6dc7c618903b09ac3a2e8af530 ]
9
10 The DWC2 USB controller on the Agilex platform does not support clock
11 gating, so use the chip specific "intel,socfpga-agilex-hsotg"
12 compatible.
13
14 Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
15 Signed-off-by: Sasha Levin <sashal@kernel.org>
16 ---
17 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
21 index 163f33b46e4f..de1e98c99ec5 100644
22 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
23 +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
24 @@ -502,7 +502,7 @@
25 };
26
27 usb0: usb@ffb00000 {
28 - compatible = "snps,dwc2";
29 + compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
30 reg = <0xffb00000 0x40000>;
31 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
32 phys = <&usbphy0>;
33 @@ -515,7 +515,7 @@
34 };
35
36 usb1: usb@ffb40000 {
37 - compatible = "snps,dwc2";
38 + compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
39 reg = <0xffb40000 0x40000>;
40 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
41 phys = <&usbphy0>;
42 --
43 2.34.1
44

  ViewVC Help
Powered by ViewVC 1.1.30