mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The msm-id and board-id can be used to select the correct dtb when multiple are provided to the bootloader. Multiple DTBs can be provided on sdm845 devices using boot image header v1 by appending them all to the kernel image before creating the boot image. The bootloader then selects them like this: Best match DTB tags 321/00000008/0x00000000/20001/20014/20115/20018/0/(offset)0x79998E27/(size)0x000173CD Using pmic info 0x20014/0x20115/0x20018/0x0 for device 0x20014/0x20115/0x20018/0x0 Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211209225938.2427342-1-caleb.connolly@linaro.org
26 lines
483 B
Text
26 lines
483 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* SDM845 OnePlus 6T (fajita) device tree.
|
|
*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#include "sdm845-oneplus-common.dtsi"
|
|
|
|
/ {
|
|
model = "OnePlus 6T";
|
|
compatible = "oneplus,fajita", "qcom,sdm845";
|
|
chassis-type = "handset";
|
|
qcom,msm-id = <0x141 0x20001>;
|
|
qcom,board-id = <8 0 18801 41>;
|
|
};
|
|
|
|
&display_panel {
|
|
status = "okay";
|
|
|
|
compatible = "samsung,s6e3fc2x01";
|
|
};
|
|
|
|
&rmi4_f12 {
|
|
touchscreen-y-mm = <148>;
|
|
};
|