Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 840baa58 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add SCM node for Lahaina SoC"

parents f0112283 d01ed4e0
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
%YAML 1.2
---
$id: "http://devicetree.org/schemas/soc/qcom/qcom,secure-chan-manager.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#"

title: Qualcomm Technologies, Inc. Secure Channel Manager binding

maintainers:
  - Raghavendra Rao Ananta <rananta@quicinc.com>

description: |
  The Secure Channel Manager (SCM) driver is used to communicate with the ARMv8
  secure world (EL2 and EL3).

properties:
  compatible:
    items:
      - const: qcom,secure-chan-manager

required:
  - compatible

examples:
  - |
    qcom_scm {
        compatible = "qcom,secure-chan-manager";
    };
+4 −0
Original line number Diff line number Diff line
@@ -477,6 +477,10 @@
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	qcom_scm {
		compatible = "qcom,secure-chan-manager";
	};
};

#include "lahaina-pinctrl.dtsi"