Searched +full:elish +full:- +full:csot +full:- +full:nt36523 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | novatek,nt36523.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/panel/novatek,nt36523.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Novatek NT36523 based DSI display Panels 10 - Jianhua Lu <lujianhua000@gmail.com> 13 The Novatek NT36523 is a generic DSI Panel IC used to drive dsi 15 Technology (CSOT) and BOE Technology. 20 - items: 21 - enum: [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sm8250-xiaomi-elish-csot.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include "sm8250-xiaomi-elish-common.dtsi" 11 model = "Xiaomi Mi Pad 5 Pro (CSOT)"; 12 compatible = "xiaomi,elish", "qcom,sm8250"; 16 compatible = "xiaomi,elish-csot-nt36523", "novatek,nt36523";
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-novatek-nt36523.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Novatek NT36523 DriverIC panels driver 68 struct mipi_dsi_device *dsi0 = pinfo->dsi[0]; in elish_boe_init_sequence() 69 struct mipi_dsi_device *dsi1 = pinfo->dsi[1]; in elish_boe_init_sequence() 288 struct mipi_dsi_device *dsi0 = pinfo->dsi[0]; in elish_csot_init_sequence() 289 struct mipi_dsi_device *dsi1 = pinfo->dsi[1]; in elish_csot_init_sequence() 486 struct mipi_dsi_device *dsi = pinfo->dsi[0]; in j606f_boe_init_sequence() 487 struct device *dev = &dsi->dev; in j606f_boe_init_sequence() 982 .type = "BOE-elish", 1000 .type = "CSOT-elish", [all …]
|