diff options
author | Douglas Anderson <dianders@chromium.org> | 2018-05-10 00:34:39 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-05-23 07:29:01 +0300 |
commit | b1643b27342ccca15786276175e888cee793be6e (patch) | |
tree | d479cc5c99db64ab78c4d7a8cde2c6af3b9d64cd /arch/arm64 | |
parent | 5ea3939cf51f3da7cd8b97ae16ab5cee246f8e5c (diff) | |
download | linux-b1643b27342ccca15786276175e888cee793be6e.tar.xz |
arm64: dts: sdm845: Add command DB node
Add command DB node based on the bindings example.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index eef08d4feb95..7c85e7c596db 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -40,6 +40,12 @@ reg = <0 0x86200000 0 0x2d00000>; no-map; }; + + memory@85fe0000 { + compatible = "qcom,cmd-db"; + reg = <0x0 0x85fe0000 0x0 0x20000>; + no-map; + }; }; cpus { |