Hi Linus, On Sun, Nov 15, 2020 at 07:51:45PM +0100, Linus Walleij wrote:
This moves the MCDE bindings over to using the YAML schema to describe the ST-Ericsson MCDE display controller, making use of the generic DSI controller schema.
In the process we correct an error in the old text bindings: the clocks for the SDI host controllers were specified as part of the main MCDE component while they should be specified in the DSI host controller subnodes. This was a leftover from an earlier iteration of the first patch series adding the MCDE.
We also add the "port" node, we will use this when adding LCD panels using the direct parallel interface DPI instead of DSI.
Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij linus.walleij@linaro.org
ChangeLog v2->v3:
- Add resets to the bindings for future-proofing, set additionalProperties: false
- Extend commit message to explain the the old bindings were incorrect.
Thanks, all looks good now. Reviewed-by: Sam Ravnborg sam@ravnborg.org
Sam