mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
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: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221107145522.6706-9-konrad.dybcio@linaro.org
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) Jean Thomas <virgule@jeanthomas.me>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8992-lg-bullhead.dtsi"
|
|
|
|
/ {
|
|
model = "LG Nexus 5X rev 1.0";
|
|
|
|
/* required for bootloader to select correct board */
|
|
qcom,board-id = <0xa64 0>;
|
|
};
|