linux/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts
Hsin-Yi Wang 17cf7d4d94 arm64: dts: mt8183: Add krane-sku0 board.
Similar to krane-sku176 but using a different panel source.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210113110400.616319-2-hsinyi@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
2021-01-31 15:53:50 +01:00

24 lines
461 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright 2019 Google LLC
*
* Device-tree for Krane sku0.
*
* SKU is a 8-bit value (0x00 == 0):
* - Bits 7..4: Panel ID: 0x0 (AUO)
* - Bits 3..0: SKU ID: 0x0 (default)
*/
/dts-v1/;
#include "mt8183-kukui-krane.dtsi"
/ {
model = "MediaTek krane sku0 board";
compatible = "google,krane-sku0", "google,krane", "mediatek,mt8183";
};
&panel {
status = "okay";
compatible = "auo,kd101n80-45na";
};