Documentation/devicetree/bindings/display/panel/truly,nt35597-2K-display.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/panel/truly,nt35597-2K-display.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/display/panel/truly,nt35597-2K-display.yaml- Extension
.yaml- Size
- 2172 bytes
- Lines
- 98
- Domain
- Support Tooling And Documentation
- Bucket
- Documentation
- Inferred role
- Support Tooling And Documentation: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
dt-bindings/gpio/gpio.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/panel/truly,nt35597-2K-display.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Truly NT35597 DSI 2K display
maintainers:
- Neil Armstrong <neil.armstrong@linaro.org>
description: |
Truly NT35597 DSI 2K display is used on the Qualcomm SDM845 MTP board.
allOf:
- $ref: panel-common-dual.yaml#
properties:
compatible:
const: truly,nt35597-2K-display
reg:
maxItems: 1
vdda-supply:
description: regulator that provides the supply voltage Power IC supply
vdispp-supply:
description: regulator that provides the supply voltage for positive LCD bias
vdispn-supply:
description: regulator that provides the supply voltage for negative LCD bias
reset-gpios: true
mode-gpios:
description:
Gpio for choosing the mode of the display for single DSI or Dual DSI.
This should be low for dual DSI and high for single DSI mode.
ports:
required:
- port@0
- port@1
required:
- compatible
- reg
- vdda-supply
- reset-gpios
- mode-gpios
- ports
additionalProperties: false
examples:
- |
#include <dt-bindings/gpio/gpio.h>
dsi {
#address-cells = <1>;
#size-cells = <0>;
panel@0 {
compatible = "truly,nt35597-2K-display";
reg = <0>;
vdda-supply = <&pm8998_l14>;
vdispp-supply = <&lab_regulator>;
vdispn-supply = <&ibb_regulator>;
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`.
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.