diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-07 15:55:13 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-07 19:26:37 -0600 |
commit | 83e8692144fbda4a8f86087170d9ce26e64993d7 (patch) | |
tree | 77661c6d8e6959b8986e44246588fc33daef32a7 /arch | |
parent | bd95b48a591cc0fd767b3c737b8d59cea5ff428d (diff) | |
download | lwn-83e8692144fbda4a8f86087170d9ce26e64993d7.tar.gz lwn-83e8692144fbda4a8f86087170d9ce26e64993d7.zip |
arm64: dts: qcom: msm8953: Fix up comments
Switch '//' comments to C-style /* */ and fix up the contents of some.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221107145522.6706-4-konrad.dybcio@linaro.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8953.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi index f2ff18ac9141..32349174c4bd 100644 --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -948,21 +948,21 @@ #iommu-cells = <1>; #size-cells = <1>; - // vfe + /* VFE */ iommu-ctx@14000 { compatible = "qcom,msm-iommu-v1-ns"; reg = <0x14000 0x1000>; interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; }; - // mdp_0 + /* MDP_0 */ iommu-ctx@15000 { compatible = "qcom,msm-iommu-v1-ns"; reg = <0x15000 0x1000>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; }; - // venus_ns + /* VENUS_NS */ iommu-ctx@16000 { compatible = "qcom,msm-iommu-v1-ns"; reg = <0x16000 0x1000>; |