mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
88bf652525
Reorganize dtsi patches with upstream version and drop dtsi in 5.15 files. Also add an additional upstream patch for hwspinlock support. Refresh all the dts with needed changes. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
31 lines
903 B
Diff
31 lines
903 B
Diff
From 4fefb5434c4b735daf913abaef12431405368031 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Thu, 7 Jul 2022 12:20:40 +0200
|
|
Subject: [PATCH 2/2] ARM: dts: qcom: ipq8064: add missing smem compatible
|
|
|
|
Add missing smem compatible and hwlocks phandle for ipq8064 dtsi
|
|
smem node.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
|
Link: https://lore.kernel.org/r/20220707102040.1859-3-ansuelsmth@gmail.com
|
|
---
|
|
arch/arm/boot/dts/qcom-ipq8064.dtsi | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
|
|
@@ -292,8 +292,11 @@
|
|
};
|
|
|
|
smem: smem@41000000 {
|
|
+ compatible = "qcom,smem";
|
|
reg = <0x41000000 0x200000>;
|
|
no-map;
|
|
+
|
|
+ hwlocks = <&sfpb_mutex 3>;
|
|
};
|
|
};
|
|
|