ipq806x: 6.1: copy patches, files and config from 5.15
[openwrt/openwrt.git] / target / linux / ipq806x / patches-6.1 / 104-v6.0-04-ARM-dts-qcom-ipq8064-add-missing-snps-dwmac-compatib.patch
1 From 0ce34e0c13e99c239cce6099f64b0e95697f36b1 Mon Sep 17 00:00:00 2001
2 From: Christian Marangi <ansuelsmth@gmail.com>
3 Date: Thu, 7 Jul 2022 03:09:38 +0200
4 Subject: [PATCH 4/8] ARM: dts: qcom: ipq8064: add missing snps,dwmac
5 compatible for gmac
6
7 Add missing snps,dwmac compatible for gmac ipq8064 dtsi.
8
9 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
10 Tested-by: Jonathan McDowell <noodles@earth.li>
11 Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
12 Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
13 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
14 Link: https://lore.kernel.org/r/20220707010943.20857-5-ansuelsmth@gmail.com
15 ---
16 arch/arm/boot/dts/qcom-ipq8064.dtsi | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
20 +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
21 @@ -1042,7 +1042,7 @@
22
23 gmac0: ethernet@37000000 {
24 device_type = "network";
25 - compatible = "qcom,ipq806x-gmac";
26 + compatible = "qcom,ipq806x-gmac", "snps,dwmac";
27 reg = <0x37000000 0x200000>;
28 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
29 interrupt-names = "macirq";
30 @@ -1066,7 +1066,7 @@
31
32 gmac1: ethernet@37200000 {
33 device_type = "network";
34 - compatible = "qcom,ipq806x-gmac";
35 + compatible = "qcom,ipq806x-gmac", "snps,dwmac";
36 reg = <0x37200000 0x200000>;
37 interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
38 interrupt-names = "macirq";
39 @@ -1090,7 +1090,7 @@
40
41 gmac2: ethernet@37400000 {
42 device_type = "network";
43 - compatible = "qcom,ipq806x-gmac";
44 + compatible = "qcom,ipq806x-gmac", "snps,dwmac";
45 reg = <0x37400000 0x200000>;
46 interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
47 interrupt-names = "macirq";
48 @@ -1114,7 +1114,7 @@
49
50 gmac3: ethernet@37600000 {
51 device_type = "network";
52 - compatible = "qcom,ipq806x-gmac";
53 + compatible = "qcom,ipq806x-gmac", "snps,dwmac";
54 reg = <0x37600000 0x200000>;
55 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
56 interrupt-names = "macirq";