Documentation/devicetree/bindings/display/panel/samsung,sofef01-m.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/panel/samsung,sofef01-m.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/display/panel/samsung,sofef01-m.yaml- Extension
.yaml- Size
- 2206 bytes
- Lines
- 95
- 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/samsung,sofef01-m.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Samsung SOFEF01-M DDI for 1080x2520@60Hz 6.0"/6.1" OLED DSI panels
maintainers:
- Marijn Suijten <marijn.suijten@somainline.org>
description: |
Samsung SOFEF01-M Display-Driver-IC found in multiple Sony smartphones, paired with
the following panel:
- Sony Xperia 5 (kumano bahamut): amb609tc01
- Sony Xperia 10 II (seine pdx201): ams597ut01
- Sony Xperia 10 III (lena pdx213): ams597ut04
- Sony Xperia 10 IV (murray pdx225): ams597ut05
- Sony Xperia 10 V (zambezi pdx235): ams605dk01
- Sony Xperia 10 VI (columbia pdx246): ams605dk01
The assembly features a Samsung touchscreen compatible with
samsung,s6sy761.
properties:
compatible:
enum:
- samsung,sofef01-m-amb609tc01 # 6.1"
- samsung,sofef01-m-ams597ut01 # 6.0"
- samsung,sofef01-m-ams597ut04 # 6.0"
- samsung,sofef01-m-ams597ut05 # 6.0"
- samsung,sofef01-m-ams605dk01 # 6.1"
port: true
reg:
maxItems: 1
description: DSI virtual channel
reset-gpios: true
vci-supply:
description: DisplayIC Operation supply (3.0V)
vddio-supply:
description: I/O voltage supply (1.8V)
required:
- compatible
- port
- reg
- reset-gpios
- vddio-supply
allOf:
- $ref: panel-common.yaml#
- if:
properties:
compatible:
contains:
const: samsung,sofef01-m-amb609tc01
then:
required:
- vci-supply
else:
properties:
vci-supply: false
unevaluatedProperties: false
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.