Skip to content

Commit 858f8a4

Browse files
Vishnu Reddyshashim-quic
authored andcommitted
PENDING: arm64: dts: qcom: hamoa: switch iris iommus to iommu-map
Switch the iris video codec node in hamoa from the legacy 'iommus' property to 'iommu-map', using IRIS_NON_PIXEL_VCODEC and IRIS_PIXEL function IDs to identify the non-pixel and pixel context bank SMMU stream mappings respectively. Signed-off-by: Vishnu Reddy <busanna.reddy@oss.qualcomm.com> Signed-off-by: Vikash Garodia <vikash.garodia@oss.qualcomm.com> Signed-off-by: Gourav Kumar <gouravk@qti.qualcomm.com>
1 parent 864f424 commit 858f8a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <dt-bindings/interconnect/qcom,x1e80100-rpmh.h>
1717
#include <dt-bindings/interrupt-controller/arm-gic.h>
1818
#include <dt-bindings/mailbox/qcom-ipcc.h>
19+
#include <dt-bindings/media/qcom,sm8550-iris.h>
1920
#include <dt-bindings/phy/phy.h>
2021
#include <dt-bindings/phy/phy-qcom-qmp.h>
2122
#include <dt-bindings/power/qcom,rpmhpd.h>
@@ -5763,8 +5764,8 @@
57635764
resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>;
57645765
reset-names = "bus";
57655766

5766-
iommus = <&apps_smmu 0x1940 0>,
5767-
<&apps_smmu 0x1947 0>;
5767+
iommu-map = <IRIS_NON_PIXEL_VCODEC &apps_smmu 0x1940 0x0 0x1>,
5768+
<IRIS_PIXEL &apps_smmu 0x1947 0x0 0x1>;
57685769
dma-coherent;
57695770

57705771
/*

0 commit comments

Comments
 (0)