mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Mrbland is a trogdor-based board. These dts files are copies from the downstream Chrome OS 5.4 kernel, but with downstream bits removed. Signed-off-by: Joseph S. Barrera III <joebar@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220625183538.v14.3.I71176ebf7e5aebddb211f00e805b32c08376d1be@changeid
24 lines
478 B
Text
24 lines
478 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Mrbland board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*
|
|
* SKU: 0x300 => 768
|
|
* - bits 11..8: Panel ID: 0x3 (BOE)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor-mrbland.dtsi"
|
|
|
|
/ {
|
|
model = "Google Mrbland (rev1 - 2) BOE panel board";
|
|
/* Uses ID 768 on rev1 and 1024 on rev2+ */
|
|
compatible = "google,mrbland-sku1024", "google,mrbland-sku768",
|
|
"qcom,sc7180";
|
|
};
|
|
|
|
&panel {
|
|
compatible = "boe,tv101wum-n53";
|
|
};
|