mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Manually rebased: bcm27xx/patches-5.15/950-0600-xhci-quirks-add-link-TRB-quirk-for-VL805.patch bcm27xx/patches-5.15/950-0606-usb-xhci-add-VLI_TRB_CACHE_BUG-quirk.patch bcm27xx/patches-5.15/950-0717-usb-xhci-add-a-quirk-for-Superspeed-bulk-OUT-transfe.patch bcm53xx/patches-5.15/180-usb-xhci-add-support-for-performing-fake-doorbell.patch lantiq/patches-5.15/0028-NET-lantiq-various-etop-fixes.patch All other patches automatically rebased Co-authored-by: John Audia <therealgraysky@proton.me> Signed-off-by: John Audia <therealgraysky@proton.me>
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From f3d524334069e69554eaecd8adf75284dff7c9d9 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Thu, 18 Aug 2022 23:15:43 +0200
|
|
Subject: [PATCH 107/137] arm64: dts: qcom: ipq8074: correct APCS register
|
|
space size
|
|
|
|
APCS DTS addition that was merged, was not supposed to get merged as it
|
|
was part of patch series that was superseded by 2 more patch series
|
|
that resolved issues with this one and greatly simplified things.
|
|
|
|
Since it already got merged, start by correcting the register space
|
|
size as APCS will not be providing regmap for PLL and it will conflict
|
|
with the standalone A53 PLL node.
|
|
|
|
Fixes: 50ed9fffec3a ("arm64: dts: qcom: ipq8074: add APCS node")
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -703,7 +703,7 @@
|
|
|
|
apcs_glb: mailbox@b111000 {
|
|
compatible = "qcom,ipq8074-apcs-apps-global";
|
|
- reg = <0x0b111000 0x6000>;
|
|
+ reg = <0x0b111000 0x1000>;
|
|
|
|
#clock-cells = <1>;
|
|
#mbox-cells = <1>;
|