diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-13 16:04:01 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-13 18:34:41 +0100 |
commit | 95b0751d0f626fea70843dd90a3789349c355888 (patch) | |
tree | 74b9429c646681e8571a5134913ec04fd598b37c /target | |
parent | 4f277b4da5238f0514ad48d7b98f9428f2b4b8a1 (diff) | |
download | upstream-95b0751d0f626fea70843dd90a3789349c355888.tar.gz upstream-95b0751d0f626fea70843dd90a3789349c355888.tar.bz2 upstream-95b0751d0f626fea70843dd90a3789349c355888.zip |
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 <robert.marko@sartura.hr>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/902-dts-ipq4019-ap-dk04.1.patch | 12 |
1 files 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"; |