ipq40xx: use upstreamed SDI disable support
[openwrt/openwrt.git] / target / linux / ipq40xx / patches-6.1 / 100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch
1 From ea9fba16d972becc84cd2a82d25030975dc609a5 Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Sat, 30 Sep 2023 13:09:27 +0200
4 Subject: [PATCH] ARM: dts: qcom: ipq4019: add label to SCM
5
6 Some IPQ4019 boards require SDI to be disabled by adding a property to the
7 SCM node, so lets make that easy by adding a label to the SCM node.
8
9 Signed-off-by: Robert Marko <robimarko@gmail.com>
10 ---
11 arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
15 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
16 @@ -155,7 +155,7 @@
17 };
18
19 firmware {
20 - scm {
21 + scm: scm {
22 compatible = "qcom,scm-ipq4019", "qcom,scm";
23 };
24 };