diff options
author | Dikshita Agarwal <[email protected]> | 2020-01-14 18:23:36 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-02-25 20:52:55 -0800 |
commit | 2fefa8a169747c5a1d280633521b01d920ce24a9 (patch) | |
tree | a234f15e6c96d60096e96e2d390f8faa43ecfc26 | |
parent | 0e4621a4711a56a223f9f41e1c82a41882c7af1d (diff) |
arm64: dts: sc7180: Add Venus firmware subnode
This adds Venus firmware subnode for non-TZ platform.
Reviewed-by: Stanimir Varbanov <[email protected]>
Signed-off-by: Dikshita Agarwal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-idp.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts index 38ca36bd722d..043c9b9b5024 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts +++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts @@ -321,6 +321,12 @@ vdda-pll-supply = <&vreg_l4a_0p8>; }; +&venus { + video-firmware { + iommus = <&apps_smmu 0x0c42 0x0>; + }; +}; + /* PINCTRL - additions to nodes defined in sc7180.dtsi */ &qspi_clk { |