mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
Currently in board files MDSS and DSI nodes stay apart, because labels for DSI nodes do not have the mdss_ prefix. It was found that grouping all display-related notes is more useful. To keep all display-related nodes close in the board files, change DSI node labels from dsi_* to mdss_dsi_*. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230531011623.3808538-8-dmitry.baryshkov@linaro.org
29 lines
596 B
Plaintext
29 lines
596 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Wormdingler board device tree source
|
|
*
|
|
* Copyright 2021 Google LLC.
|
|
*
|
|
* SKU: 0x400 => 1024
|
|
* - bits 11..8: Panel ID: 0x4 (BOE)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor-wormdingler.dtsi"
|
|
|
|
/ {
|
|
model = "Google Wormdingler rev1+ BOE panel board";
|
|
compatible = "google,wormdingler-sku1024", "qcom,sc7180";
|
|
};
|
|
|
|
&mdss_dsi0_phy {
|
|
qcom,phy-rescode-offset-top = /bits/ 8 <31 31 31 31 (-32)>;
|
|
qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
|
|
qcom,phy-drive-ldo-level = <450>;
|
|
};
|
|
|
|
&panel {
|
|
compatible = "boe,tv110c9m-ll3";
|
|
};
|