[PATCH] dt-bindings: display: panel: Document the rotation property

Luca Leonardo Scorcia posted 1 patch 1 month ago
There is a newer version of this series
.../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml   | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: display: panel: Document the rotation property
Posted by Luca Leonardo Scorcia 1 month ago
The Jadard jd9365da-h3 driver reads and reports to DRM the orientation
property from panel-common. Document it.

Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
---
 .../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
index b8783eba3ddc..179401ce3aeb 100644
--- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
+++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
@@ -36,6 +36,8 @@ properties:
 
   backlight: true
 
+  rotation: true
+
   port: true
 
 required:
-- 
2.43.0
Re: [PATCH] dt-bindings: display: panel: Document the rotation property
Posted by Krzysztof Kozlowski 1 month ago
On Thu, Mar 05, 2026 at 07:24:04PM +0000, Luca Leonardo Scorcia wrote:
> The Jadard jd9365da-h3 driver reads and reports to DRM the orientation
> property from panel-common. Document it.

You should explain here hardware as well. Does hardware report it? What
if driver fakes value?

> 
> Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
> ---
>  .../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml   | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> index b8783eba3ddc..179401ce3aeb 100644
> --- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
> @@ -36,6 +36,8 @@ properties:
>  
>    backlight: true
>  
> +  rotation: true
> +

Drop blank lines between all ":true" cases.

>    port: true
>  
>  required:
> -- 
> 2.43.0
>