mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
Add a new SKU variant. This is a pick from the downstream tree that is the current source of truth for this platform. Link: https://crrev.com/c/2386997 Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20200908133037.1.Ia98a6b938453254e360c4a9fa253d2d6807dff3f@changeid Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Lazor board device tree source
|
|
*
|
|
* Copyright 2020 Google LLC.
|
|
*/
|
|
|
|
#include "sc7180-trogdor-lazor-r1.dts"
|
|
|
|
/ {
|
|
model = "Google Lazor (rev1+) with KB Backlight";
|
|
compatible = "google,lazor-sku2", "qcom,sc7180";
|
|
};
|
|
|
|
&keyboard_backlight {
|
|
status = "okay";
|
|
};
|