Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Google Wormdingler board device tree source
0004  *
0005  * Copyright 2021 Google LLC.
0006  *
0007  * SKU: 0x400 => 1024
0008  *  - bits 11..8: Panel ID: 0x4 (BOE)
0009  */
0010 
0011 /dts-v1/;
0012 
0013 #include "sc7180-trogdor-wormdingler.dtsi"
0014 
0015 / {
0016         model = "Google Wormdingler rev1+ BOE panel board";
0017         compatible = "google,wormdingler-sku1024", "qcom,sc7180";
0018 };
0019 
0020 &dsi_phy {
0021         qcom,phy-rescode-offset-top = /bits/ 8 <31 31 31 31 (-32)>;
0022         qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
0023         qcom,phy-drive-ldo-level = <450>;
0024 };
0025 
0026 &panel {
0027         compatible = "boe,tv110c9m-ll3";
0028 };