2
0

100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch 707 B

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