diff options
author | Bjorn Andersson <[email protected]> | 2018-11-09 15:14:12 +0530 |
---|---|---|
committer | Andy Gross <[email protected]> | 2018-11-18 01:08:36 -0600 |
commit | e7fd184f559f28fa04ef2fff322ee383ea3b7c3c (patch) | |
tree | e168cae96d1280d09aac45ba61a9f5620d2ff2b6 | |
parent | dbc5c766691f5a6e171b861992cc18df68756f41 (diff) |
arm64: dts: qcom: qcs404: Add scm firmware node
Add the scm firmware node to QCS404
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qcs404.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 0101cd5896b3..46fce264c8fe 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -62,6 +62,13 @@ }; }; + firmware { + scm: scm { + compatible = "qcom,scm-qcs404", "qcom,scm"; + #reset-cells = <1>; + }; + }; + memory@80000000 { device_type = "memory"; /* We expect the bootloader to fill in the size */ |