mirror of https://gitee.com/openkylin/linux.git
arm64: dts: qcom: add Venus firmware node on Cheza
Cheza boards require this node to probe, so add it. Reviewed-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Alexandre Courbot <acourbot@chromium.org> Link: https://lore.kernel.org/r/20200108032623.113921-1-acourbot@chromium.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
4a657c264b
commit
48a0585b53
|
@ -1296,3 +1296,9 @@ config {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&venus {
|
||||
video-firmware {
|
||||
iommus = <&apps_smmu 0x10b2 0x0>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -2782,7 +2782,7 @@ usb_2_dwc3: dwc3@a800000 {
|
|||
};
|
||||
};
|
||||
|
||||
video-codec@aa00000 {
|
||||
venus: video-codec@aa00000 {
|
||||
compatible = "qcom,sdm845-venus";
|
||||
reg = <0 0x0aa00000 0 0xff000>;
|
||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
Loading…
Reference in New Issue