mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 04:15:07 +07:00
![Guido Günther](/assets/img/avatar_default.png)
Some examples were missing the unit names triggering Warning (unit_address_vs_reg): .../panel: node has a reg or ranges property, but no unit name warnings when used verbatim in DTs and running dtc with W=1. Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/901e836ea06889a9d91a799102b2a6b836d93dcd.1553529797.git.agx@sigxcpu.org
23 lines
562 B
Plaintext
23 lines
562 B
Plaintext
Kingdisplay KD097D04 9.7" 1536x2048 TFT LCD panel
|
|
|
|
Required properties:
|
|
- compatible: should be "kingdisplay,kd097d04"
|
|
- reg: DSI virtual channel of the peripheral
|
|
- power-supply: phandle of the regulator that provides the supply voltage
|
|
- enable-gpios: panel enable gpio
|
|
|
|
Optional properties:
|
|
- backlight: phandle of the backlight device attached to the panel
|
|
|
|
Example:
|
|
|
|
&mipi_dsi {
|
|
panel@0 {
|
|
compatible = "kingdisplay,kd097d04";
|
|
reg = <0>;
|
|
power-supply = <...>;
|
|
backlight = <&backlight>;
|
|
enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|