From 95b0751d0f626fea70843dd90a3789349c355888 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 13 Nov 2020 16:04:01 +0100 Subject: [PATCH] ipq40xx: do not remove pci@40000000 for ap.dk04.1 This pci@40000000 node from upstream was dropped when the device was converted from local DTS(I) files to kernel patches in [1] to ensure that change was purely cosmetic. However, the DK04.1 has a PCI-E slot by default, so let's keep (i.e. not remove) the kernel definition now. [1] c4beac9ea2e1 ("ipq40xx: use upstream DTS files for IPQ4019/AP-DK04.1") Suggested-by: Robert Marko Signed-off-by: Adrian Schmutzler --- .../patches-5.4/902-dts-ipq4019-ap-dk04.1.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/ipq40xx/patches-5.4/902-dts-ipq4019-ap-dk04.1.patch b/target/linux/ipq40xx/patches-5.4/902-dts-ipq4019-ap-dk04.1.patch index a34904b6f7..ca32144846 100644 --- a/target/linux/ipq40xx/patches-5.4/902-dts-ipq4019-ap-dk04.1.patch +++ b/target/linux/ipq40xx/patches-5.4/902-dts-ipq4019-ap-dk04.1.patch @@ -102,7 +102,7 @@ }; }; -@@ -89,23 +115,57 @@ +@@ -89,11 +115,11 @@ status = "ok"; cs-gpios = <&tlmm 12 0>; @@ -116,17 +116,17 @@ spi-max-frequency = <24000000>; }; }; +@@ -103,9 +129,48 @@ + perst-gpio = <&tlmm 38 0x1>; + }; -- pci@40000000 { -- status = "ok"; -- perst-gpio = <&tlmm 38 0x1>; + i2c0: i2c@78b7000 { /* BLSP1 QUP2 */ + pinctrl-0 = <&i2c_0_pins>; + pinctrl-names = "default"; + + status = "okay"; - }; - ++ }; ++ qpic-nand@79b0000 { pinctrl-0 = <&nand_pins>; pinctrl-names = "default";