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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+3 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2021 Stephan Gerhold
/*
 * Copyright (C) 2021 Stephan Gerhold
 */

/dts-v1/;

+3 −3
Original line number Diff line number Diff line
@@ -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 */
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -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";

+3 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2019 Stephan Gerhold
/*
 * Copyright (C) 2019 Stephan Gerhold
 */

/dts-v1/;

Loading