On Sun, 23 Feb 2020 13:18:40 +0100, Linus Walleij wrote:
This adds device tree bindings for the Novatek NT35510-based family of panels. Since several such panels are in existence we define bindings common for all, and define the compatible string for one certain panel (Hydis HVA40WV1).
As other panels are discovered and investigated, we can add more compatibles to the binding using oneOf constructions.
Cc: Stephan Gerhold stephan@gerhold.net Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij linus.walleij@linaro.org
ChangeLog v1->v2:
- Rename file to novatek,nt35510,yaml to match the first compatible.
- Require both the specific display manufacturer compatible and the novatek,nt35510 compatible in strict sequence.
.../display/panel/novatek,nt35510.yaml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml
Reviewed-by: Rob Herring robh@kernel.org