1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Google Quackingstick board device tree sour 4 * 5 * Copyright 2021 Google LLC. 6 * 7 * SKU: 0x601 => 1537 8 * - bits 11..8: Panel ID: 0x6 (AUO) 9 */ 10 11 #include "sc7180-trogdor-quackingstick.dtsi" 12 13 / { 14 model = "Google Quackingstick (rev0+)" 15 compatible = "google,quackingstick-sku 16 }; 17 18 &mdss_dsi0_phy { 19 qcom,phy-rescode-offset-top = /bits/ 8 20 qcom,phy-rescode-offset-bot = /bits/ 8 21 qcom,phy-drive-ldo-level = <375>; 22 }; 23 24 &panel { 25 compatible = "auo,b101uan08.3"; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.