Re: [PATCH v1 1/2] dt-bindings: display: panel: Add Starry-er88577 support

2024-05-09 Thread Krzysztof Kozlowski
On 09/05/2024 10:40, Krzysztof Kozlowski wrote: > >> + >> +maintainers: >> + - Zhaoxiong Lv >> + >> +allOf: >> + - $ref: panel-common.yaml# >> + >> +properties: >> + compatible: >> +const: starry,er88577 >> + >> + pp3300-supply: true >> + reg: true > > Hm, I wonder why we do not have co

Re: [PATCH v1 1/2] dt-bindings: display: panel: Add Starry-er88577 support

2024-05-09 Thread Krzysztof Kozlowski
On 09/05/2024 08:49, Zhaoxiong Lv wrote: > Create a new dt-scheam for the Starry-er88577. typo, but anyway, this is not a "dt-schema". Describe hardware instead in one sentence. > > Signed-off-by: Zhaoxiong Lv > --- > .../display/panel/starry,er88577.yaml | 59 +++ > 1

[PATCH v1 1/2] dt-bindings: display: panel: Add Starry-er88577 support

2024-05-08 Thread Zhaoxiong Lv
Create a new dt-scheam for the Starry-er88577. Signed-off-by: Zhaoxiong Lv --- .../display/panel/starry,er88577.yaml | 59 +++ 1 file changed, 59 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/starry,er88577.yaml diff --git a/Document