Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 856deb866d16e29bd65952e0289066f6078af773 authored by Linus Torvalds on 13 September 2020, 23:06:00 UTC
Linux 5.9-rc5
Tip revision: 856deb8
mt8183-kukui-krane-sku176.dts
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright 2019 Google LLC
 *
 * Device-tree for Krane sku176.
 *
 * SKU is a 8-bit value (0xb0 == 176):
 *  - Bits 7..4: Panel ID: 0xb (BOE)
 *  - Bits 3..0: SKU ID:   0x0 (default)
 */

/dts-v1/;
#include "mt8183-kukui-krane.dtsi"

/ {
	model = "MediaTek krane sku176 board";
	compatible = "google,krane-sku176", "google,krane", "mediatek,mt8183";
};
back to top