summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2022-11-07 15:55:16 +0100
committerBjorn Andersson <andersson@kernel.org>2022-11-07 19:26:37 -0600
commit108162894a5db9d1eba20650d050de27e730d818 (patch)
tree061bb4cad8e0db8801f79b44cf9860efad06a9af /arch/arm64/boot/dts/qcom/sdm845-db845c.dts
parentb47fac7ab95b2567b6b39dae8dd66926368f2713 (diff)
arm64: dts: qcom: sdm845-*: Fix up comments
Switch '//' comments to C-style /* */. 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-7-konrad.dybcio@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sdm845-db845c.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845-db845c.dts38
1 files changed, 23 insertions, 15 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index 3a407af43596..02dcf75c0745 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -120,9 +120,11 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
- // TODO: make it possible to drive same GPIO from two clients
- // gpio = <&tlmm 89 GPIO_ACTIVE_HIGH>;
- // enable-active-high;
+ /*
+ * TODO: make it possible to drive same GPIO from two clients
+ * gpio = <&tlmm 89 GPIO_ACTIVE_HIGH>;
+ * enable-active-high;
+ */
};
pcie0_1p05v: pcie-0-1p05v-regulator {
@@ -133,9 +135,11 @@
regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <1050000>;
- // TODO: make it possible to drive same GPIO from two clients
- // gpio = <&tlmm 90 GPIO_ACTIVE_HIGH>;
- // enable-active-high;
+ /*
+ * TODO: make it possible to drive same GPIO from two clients
+ * gpio = <&tlmm 90 GPIO_ACTIVE_HIGH>;
+ * enable-active-high;
+ */
};
cam0_dvdd_1v2: reg_cam0_dvdd_1v2 {
@@ -195,9 +199,11 @@
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <500000>;
- // TODO: make it possible to drive same GPIO from two clients
- // gpio = <&tlmm 89 GPIO_ACTIVE_HIGH>;
- // enable-active-high;
+ /*
+ * TODO: make it possible to drive same GPIO from two clients
+ * gpio = <&tlmm 89 GPIO_ACTIVE_HIGH>;
+ * enable-active-high;
+ */
};
vbat: vbat-regulator {
@@ -1196,7 +1202,7 @@
compatible = "ovti,ov8856";
reg = <0x10>;
- // CAM0_RST_N
+ /* CAM0_RST_N */
reset-gpios = <&tlmm 9 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&cam0_default>;
@@ -1205,7 +1211,8 @@
clock-names = "xvclk";
clock-frequency = <19200000>;
- /* The &vreg_s4a_1p8 trace is powered on as a,
+ /*
+ * The &vreg_s4a_1p8 trace is powered on as a,
* so it is represented by a fixed regulator.
*
* The 2.8V vdda-supply and 1.2V vddd-supply regulators
@@ -1233,10 +1240,10 @@
camera@60 {
compatible = "ovti,ov7251";
- // I2C address as per ov7251.txt linux documentation
+ /* I2C address as per ov7251.txt linux documentation */
reg = <0x60>;
- // CAM3_RST_N
+ /* CAM3_RST_N */
enable-gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&cam3_default>;
@@ -1245,7 +1252,8 @@
clock-names = "xclk";
clock-frequency = <24000000>;
- /* The &vreg_s4a_1p8 trace always powered on.
+ /*
+ * The &vreg_s4a_1p8 trace always powered on.
*
* The 2.8V vdda-supply regulator is enabled when the
* vreg_s4a_1p8 trace is pulled high.
@@ -1261,7 +1269,7 @@
port {
ov7251_ep: endpoint {
data-lanes = <0 1>;
-// remote-endpoint = <&csiphy3_ep>;
+/* remote-endpoint = <&csiphy3_ep>; */
};
};
};