This patch puts the generic code common across all hardware revisions into a DTSI file. It also prefixes the DTS filename with the vendor name, to follow the naming convention used by other DTS files. Signed-off-by: Jean THOMAS <virgule@jeanthomas.me> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211201231832.188634-1-virgule@jeanthomas.me
15 lines
271 B
Plaintext
15 lines
271 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.01";
|
|
|
|
/* required for bootloader to select correct board */
|
|
qcom,board-id = <0xb64 0>;
|
|
};
|