Skip to content

Commit d8f8430

Browse files
Vishnu Reddygouravk-qualcomm
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 d1e4f18 commit d8f8430

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>
@@ -5496,8 +5497,8 @@
54965497
resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>;
54975498
reset-names = "bus";
54985499

5499-
iommus = <&apps_smmu 0x1940 0>,
5500-
<&apps_smmu 0x1947 0>;
5500+
iommu-map = <IRIS_NON_PIXEL_VCODEC &apps_smmu 0x1940 0x0 0x1>,
5501+
<IRIS_PIXEL &apps_smmu 0x1947 0x0 0x1>;
55015502
dma-coherent;
55025503

55035504
/*

0 commit comments

Comments
 (0)