Commit 290d4306 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8992-*: Fix up comments



Make sure all multiline C-style commends begin with just '/*' with
the comment text starting on a new line.

Also, trim off downstream regulator properties from comments to prevent
them from accidentally landing into mainline one day..

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-9-konrad.dybcio@linaro.org
parent d5d8e59f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) Jean Thomas <virgule@jeanthomas.me>
/*
 * Copyright (c) Jean Thomas <virgule@jeanthomas.me>
 */

/dts-v1/;
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) Jean Thomas <virgule@jeanthomas.me>
/*
 * Copyright (c) Jean Thomas <virgule@jeanthomas.me>
 */

/dts-v1/;
+22 −19
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015, LGE Inc. All rights reserved.
/*
 * Copyright (c) 2015, LGE Inc. All rights reserved.
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
 */
@@ -236,9 +237,11 @@
		};

		pm8994_l26: l26 {
			/* TODO: value from downstream
			regulator-min-microvolt = <987500>;
			fails to apply */
			/*
			 * TODO: value from downstream
			 * regulator-min-microvolt = <987500>;
			 * fails to apply
			 */
		};

		pm8994_l27: l27 {
@@ -252,18 +255,18 @@
		};

		pm8994_l29: l29 {
			/* TODO: Unsupported voltage range.
			regulator-min-microvolt = <2800000>;
			regulator-max-microvolt = <2800000>;
			qcom,init-voltage = <2800000>;
			/*
			 * TODO: Unsupported voltage range.
			 * regulator-min-microvolt = <2800000>;
			 * regulator-max-microvolt = <2800000>;
			 */
		};

		pm8994_l30: l30 {
			/* TODO: get this verified
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			qcom,init-voltage = <1800000>;
			/*
			 * TODO: get this verified
			 * regulator-min-microvolt = <1800000>;
			 * regulator-max-microvolt = <1800000>;
			 */
		};

@@ -273,10 +276,10 @@
		};

		pm8994_l32: l32 {
			/* TODO: get this verified
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			qcom,init-voltage = <1800000>;
			/*
			 * TODO: get this verified
			 * regulator-min-microvolt = <1800000>;
			 * regulator-max-microvolt = <1800000>;
			 */
		};
	};
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
/*
 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
 */

#include "msm8994.dtsi"