在 10/11/2024 2:48 PM, Krzysztof Kozlowski 写道: > On 11/10/2024 08:31, Qingqing Zhou wrote: >> Add devicetree binding for apps smmu on Qualcomm QCS615 SoC. SMMU function >> is required by multiple functions including USB/UFS/Ethernet. > > Do not explain what SMMU is, because it is obvious, but explain how this > hardware differs from everything existing. OK, will improve the comments in next patch version. > >> >> Signed-off-by: Qingqing Zhou <quic_qqzhou@xxxxxxxxxxx> >> --- >> Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml >> index 92d350b8e01a..9e62c2cdda08 100644 >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml >> @@ -36,6 +36,7 @@ properties: >> items: >> - enum: >> - qcom,qcm2290-smmu-500 >> + - qcom,qcs615-smmu-500 > > This is incomplete? No clocks? No power-domains? This is APPS SMMU, no clocks and no power-domains are needed for DT. > > Best regards, > Krzysztof >