1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Google Wormdingler board device tree source 4 * 5 * Copyright 2021 Google LLC. 6 * 7 * SKU: 0x400 => 1024 8 * - bits 11..8: Panel ID: 0x4 (BOE) 9 */ 10 11/dts-v1/; 12 13#include "sc7180-trogdor-wormdingler.dtsi" 14 15/ { 16 model = "Google Wormdingler rev1+ BOE panel board"; 17 compatible = "google,wormdingler-sku1024", "qcom,sc7180"; 18}; 19 20&mdss_dsi0_phy { 21 qcom,phy-rescode-offset-top = /bits/ 8 <31 31 31 31 (-32)>; 22 qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>; 23 qcom,phy-drive-ldo-level = <450>; 24}; 25 26&panel { 27 compatible = "boe,tv110c9m-ll3"; 28}; 29