[PATCH RFC 08/13] HACK: use cb1 address in lpac dtb node
Anna Maniscalco
anna.maniscalco2000 at gmail.com
Sun Jul 5 12:13:42 PDT 2026
Signed-off-by: Anna Maniscalco <anna.maniscalco2000 at gmail.com>
---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 44e5f9d4b335..66ea9155e228 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -4133,13 +4133,6 @@ tcsr: clock-controller at 1fc0000 {
#reset-cells = <1>;
};
- lpac: lpac at 3d00000 {
- compatible = "qcom,lpac";
- reg = <0x0 0x03d00000 0x0 0x61000>;
-
- iommus = <&adreno_smmu 1 0x0>;
- };
-
gpu: gpu at 3d00000 {
compatible = "qcom,adreno-43051401", "qcom,adreno";
reg = <0x0 0x03d00000 0x0 0x40000>,
@@ -4254,6 +4247,13 @@ opp-834000000 {
};
};
+ lpac: lpac at 3dc1000 {
+ compatible = "qcom,lpac";
+ reg = <0x0 0x03d00000 0x0 0x61000>;
+
+ iommus = <&adreno_smmu 1 0x0>;
+ };
+
gmu: gmu at 3d6a000 {
compatible = "qcom,adreno-gmu-750.1", "qcom,adreno-gmu";
reg = <0x0 0x03d6a000 0x0 0x35000>,
--
2.54.0
More information about the linux-arm-kernel
mailing list