0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Quackingstick board device tree source
0004 *
0005 * Copyright 2021 Google LLC.
0006 *
0007 * SKU: 0x601 => 1537
0008 * - bits 11..8: Panel ID: 0x6 (AUO)
0009 */
0010
0011 #include "sc7180-trogdor-quackingstick.dtsi"
0012
0013 / {
0014 model = "Google Quackingstick (rev0+)";
0015 compatible = "google,quackingstick-sku1537", "qcom,sc7180";
0016 };
0017
0018 &dsi_phy {
0019 qcom,phy-rescode-offset-top = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
0020 qcom,phy-rescode-offset-bot = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
0021 qcom,phy-drive-ldo-level = <375>;
0022 };
0023
0024 &panel {
0025 compatible = "auo,b101uan08.3";
0026 };