Commit 9eef9c21 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: display: elida,kd35t133: document port and rotation

Panels are supposed to have one port (defined in panel-common.yaml
binding) and can have also rotation:

  rk3326-odroid-go2.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20230326204224.80181-3-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 6ffbfa28
...@@ -17,7 +17,9 @@ properties: ...@@ -17,7 +17,9 @@ properties:
const: elida,kd35t133 const: elida,kd35t133
reg: true reg: true
backlight: true backlight: true
port: true
reset-gpios: true reset-gpios: true
rotation: true
iovcc-supply: iovcc-supply:
description: regulator that supplies the iovcc voltage description: regulator that supplies the iovcc voltage
vdd-supply: vdd-supply:
...@@ -27,6 +29,7 @@ required: ...@@ -27,6 +29,7 @@ required:
- compatible - compatible
- reg - reg
- backlight - backlight
- port
- iovcc-supply - iovcc-supply
- vdd-supply - vdd-supply
...@@ -43,6 +46,12 @@ examples: ...@@ -43,6 +46,12 @@ examples:
backlight = <&backlight>; backlight = <&backlight>;
iovcc-supply = <&vcc_1v8>; iovcc-supply = <&vcc_1v8>;
vdd-supply = <&vcc3v3_lcd>; vdd-supply = <&vcc3v3_lcd>;
port {
mipi_in_panel: endpoint {
remote-endpoint = <&mipi_out_panel>;
};
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment