Commit 4bb376f6 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm/apq8x16-*: Fix up comments

Switch '//' comments to C-style /* */ and fix up the contents of some.
Make sure all multiline C-style commends begin with just '/*' with
the comment text starting on a new line.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221107145522.6706-2-konrad.dybcio@linaro.org
parent a979f2e5
...@@ -839,7 +839,7 @@ ls_exp_gpio_f: pm8916-mpp4-state { ...@@ -839,7 +839,7 @@ ls_exp_gpio_f: pm8916-mpp4-state {
function = "digital"; function = "digital";
output-low; output-low;
power-source = <PM8916_MPP_L5>; // 1.8V power-source = <PM8916_MPP_L5>; /* 1.8V */
}; };
pm8916_mpps_leds: pm8916-mpps-state { pm8916_mpps_leds: pm8916-mpps-state {
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2021 Stephan Gerhold /*
* Copyright (C) 2021 Stephan Gerhold
*/
/dts-v1/; /dts-v1/;
......
...@@ -22,7 +22,7 @@ chosen { ...@@ -22,7 +22,7 @@ chosen {
}; };
reserved-memory { reserved-memory {
// wcnss.mdt is not relocatable, so it must be loaded at 0x8b600000 /* wcnss.mdt is not relocatable, so it must be loaded at 0x8b600000 */
/delete-node/ wcnss@89300000; /delete-node/ wcnss@89300000;
wcnss_mem: wcnss@8b600000 { wcnss_mem: wcnss@8b600000 {
...@@ -204,12 +204,12 @@ rmi4@20 { ...@@ -204,12 +204,12 @@ rmi4@20 {
rmi4-f01@1 { rmi4-f01@1 {
reg = <0x1>; reg = <0x1>;
syna,nosleep-mode = <1>; // Allow sleeping syna,nosleep-mode = <1>; /* Allow sleeping */
}; };
rmi4-f12@12 { rmi4-f12@12 {
reg = <0x12>; reg = <0x12>;
syna,sensor-type = <1>; // Touchscreen syna,sensor-type = <1>; /* Touchscreen */
}; };
}; };
}; };
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
&msmgpio { &msmgpio {
blsp1_uart1_default: blsp1-uart1-default-state { blsp1_uart1_default: blsp1-uart1-default-state {
// TX, RX, CTS_N, RTS_N /* TX, RX, CTS_N, RTS_N */
pins = "gpio0", "gpio1", "gpio2", "gpio3"; pins = "gpio0", "gpio1", "gpio2", "gpio3";
function = "blsp_uart1"; function = "blsp_uart1";
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2019 Stephan Gerhold /*
* Copyright (C) 2019 Stephan Gerhold
*/
/dts-v1/; /dts-v1/;
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2020 Stephan Gerhold /*
* Copyright (C) 2020 Stephan Gerhold
*/
/dts-v1/; /dts-v1/;
......
...@@ -1263,21 +1263,21 @@ apps_iommu: iommu@1ef0000 { ...@@ -1263,21 +1263,21 @@ apps_iommu: iommu@1ef0000 {
clock-names = "iface", "bus"; clock-names = "iface", "bus";
qcom,iommu-secure-id = <17>; qcom,iommu-secure-id = <17>;
// vfe: /* VFE */
iommu-ctx@3000 { iommu-ctx@3000 {
compatible = "qcom,msm-iommu-v1-sec"; compatible = "qcom,msm-iommu-v1-sec";
reg = <0x3000 0x1000>; reg = <0x3000 0x1000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
}; };
// mdp_0: /* MDP_0 */
iommu-ctx@4000 { iommu-ctx@4000 {
compatible = "qcom,msm-iommu-v1-ns"; compatible = "qcom,msm-iommu-v1-ns";
reg = <0x4000 0x1000>; reg = <0x4000 0x1000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
}; };
// venus_ns: /* VENUS_NS */
iommu-ctx@5000 { iommu-ctx@5000 {
compatible = "qcom,msm-iommu-v1-sec"; compatible = "qcom,msm-iommu-v1-sec";
reg = <0x5000 0x1000>; reg = <0x5000 0x1000>;
...@@ -1296,14 +1296,14 @@ gpu_iommu: iommu@1f08000 { ...@@ -1296,14 +1296,14 @@ gpu_iommu: iommu@1f08000 {
clock-names = "iface", "bus"; clock-names = "iface", "bus";
qcom,iommu-secure-id = <18>; qcom,iommu-secure-id = <18>;
// gfx3d_user: /* GFX3D_USER */
iommu-ctx@1000 { iommu-ctx@1000 {
compatible = "qcom,msm-iommu-v1-ns"; compatible = "qcom,msm-iommu-v1-ns";
reg = <0x1000 0x1000>; reg = <0x1000 0x1000>;
interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
}; };
// gfx3d_priv: /* GFX3D_PRIV */
iommu-ctx@2000 { iommu-ctx@2000 {
compatible = "qcom,msm-iommu-v1-ns"; compatible = "qcom,msm-iommu-v1-ns";
reg = <0x2000 0x1000>; reg = <0x2000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment