mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221107145522.6706-2-konrad.dybcio@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
a979f2e5d5
commit
4bb376f6cc
@@ -839,7 +839,7 @@
|
||||
function = "digital";
|
||||
|
||||
output-low;
|
||||
power-source = <PM8916_MPP_L5>; // 1.8V
|
||||
power-source = <PM8916_MPP_L5>; /* 1.8V */
|
||||
};
|
||||
|
||||
pm8916_mpps_leds: pm8916-mpps-state {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// Copyright (C) 2021 Stephan Gerhold
|
||||
/*
|
||||
* Copyright (C) 2021 Stephan Gerhold
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
};
|
||||
|
||||
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;
|
||||
|
||||
wcnss_mem: wcnss@8b600000 {
|
||||
@@ -204,12 +204,12 @@
|
||||
|
||||
rmi4-f01@1 {
|
||||
reg = <0x1>;
|
||||
syna,nosleep-mode = <1>; // Allow sleeping
|
||||
syna,nosleep-mode = <1>; /* Allow sleeping */
|
||||
};
|
||||
|
||||
rmi4-f12@12 {
|
||||
reg = <0x12>;
|
||||
syna,sensor-type = <1>; // Touchscreen
|
||||
syna,sensor-type = <1>; /* Touchscreen */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
&msmgpio {
|
||||
|
||||
blsp1_uart1_default: blsp1-uart1-default-state {
|
||||
// TX, RX, CTS_N, RTS_N
|
||||
/* TX, RX, CTS_N, RTS_N */
|
||||
pins = "gpio0", "gpio1", "gpio2", "gpio3";
|
||||
function = "blsp_uart1";
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// Copyright (C) 2019 Stephan Gerhold
|
||||
/*
|
||||
* Copyright (C) 2019 Stephan Gerhold
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// Copyright (C) 2020 Stephan Gerhold
|
||||
/*
|
||||
* Copyright (C) 2020 Stephan Gerhold
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
|
||||
@@ -1263,21 +1263,21 @@
|
||||
clock-names = "iface", "bus";
|
||||
qcom,iommu-secure-id = <17>;
|
||||
|
||||
// vfe:
|
||||
/* VFE */
|
||||
iommu-ctx@3000 {
|
||||
compatible = "qcom,msm-iommu-v1-sec";
|
||||
reg = <0x3000 0x1000>;
|
||||
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
// mdp_0:
|
||||
/* MDP_0 */
|
||||
iommu-ctx@4000 {
|
||||
compatible = "qcom,msm-iommu-v1-ns";
|
||||
reg = <0x4000 0x1000>;
|
||||
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
// venus_ns:
|
||||
/* VENUS_NS */
|
||||
iommu-ctx@5000 {
|
||||
compatible = "qcom,msm-iommu-v1-sec";
|
||||
reg = <0x5000 0x1000>;
|
||||
@@ -1296,14 +1296,14 @@
|
||||
clock-names = "iface", "bus";
|
||||
qcom,iommu-secure-id = <18>;
|
||||
|
||||
// gfx3d_user:
|
||||
/* GFX3D_USER */
|
||||
iommu-ctx@1000 {
|
||||
compatible = "qcom,msm-iommu-v1-ns";
|
||||
reg = <0x1000 0x1000>;
|
||||
interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
// gfx3d_priv:
|
||||
/* GFX3D_PRIV */
|
||||
iommu-ctx@2000 {
|
||||
compatible = "qcom,msm-iommu-v1-ns";
|
||||
reg = <0x2000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user