On Tue, May 25, 2021 at 2:02 AM Douglas Anderson dianders@chromium.org wrote:
The patch ("dt-bindings: drm: Introduce the DP AUX bus") talks about how using the DP AUX bus is better than learning how to slice bread. Let's add it to the ti-sn65dsi86 bindings.
Signed-off-by: Douglas Anderson dianders@chromium.org
(...)
description: See ../../pwm/pwm.yaml for description of the cell formats.>
Just use the full path: /schemas/pwm/pwm.yaml
- aux-bus:
- $ref: ../dp-aux-bus.yaml#
Use the full path. (Same method as above)
This removes the need for ../../... ....
You do it here:
ports: $ref: /schemas/graph.yaml#/properties/ports
Other than that I think it looks all right!
Yours, Linus Walleij