ipq-wifi: add BDF for Aruba AP-303
[openwrt/openwrt.git] / target / linux / ipq40xx / patches-4.19 / 071-02-ipq40xx-Fix-booting-secondary-cores.patch
1 From 8a4540321e8bcf7a5b485c332a2e78f3501c78ed Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Thu, 29 Nov 2018 22:29:36 +0100
4 Subject: [PATCH] ipq40xx: Fix booting secondary cores
5
6 Add the second part of old 071-qcom-ipq4019-use-v2-of-the-kpss-bringup-mechanism.patch
7 We dont modify the patch itself as its upstream and this change is not.
8
9 Originally added by Mantas Pucka Mantas Pucka <mantas@8devices.com>
10
11 Signed-off-by: Robert Marko <robimarko@gmail.com>
12 ---
13 arch/arm/boot/dts/qcom-ipq4019.dtsi | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
17 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
18 @@ -132,6 +132,7 @@
19 L2: l2-cache {
20 compatible = "cache";
21 cache-level = <2>;
22 + qcom,saw = <&saw_l2>;
23 };
24 };
25
26 @@ -344,6 +345,12 @@
27 regulator;
28 };
29
30 + saw_l2: regulator@b012000 {
31 + compatible = "qcom,saw2";
32 + reg = <0xb012000 0x1000>;
33 + regulator;
34 + };
35 +
36 blsp1_uart1: serial@78af000 {
37 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
38 reg = <0x78af000 0x200>;