On Fri, 01 Jan 2021 12:45:22 +0100, Linus Walleij wrote:
This fixes the following problems with the s6e63m0 display bindings:
When used on the DSI bus, the panel is listed directly as a subnode on the DSI host so the "port" node is not compulsory. Remove "port" from required properties.
The panel contains its own backlight control, so reference the backlight common properties and list default-brightness and max-brightness as supported but optional properties.
Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij linus.walleij@linaro.org
.../devicetree/bindings/display/panel/samsung,s6e63m0.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Rob Herring robh@kernel.org