Re: [PATCH v3 6a/7] dt-bindings: Add ANX6345 DP/eDP transmitter binding
From: Torsten Duwe <hidden>
Date: 2019-07-29 14:23:06
Also in:
dri-devel, linux-devicetree, lkml
From: Torsten Duwe <hidden>
Date: 2019-07-29 14:23:06
Also in:
dri-devel, linux-devicetree, lkml
On Fri, Jul 26, 2019 at 06:36:01PM +0200, Maxime Ripard wrote:
quoted
+ + dvdd12-supply: + maxItems: 1 + description: Regulator for 1.2V digital core power. + $ref: /schemas/types.yaml#/definitions/phandle + + dvdd25-supply: + maxItems: 1 + description: Regulator for 2.5V digital core power. + $ref: /schemas/types.yaml#/definitions/phandleThere's no need to specify the type here, all the properties ending in -supply are already checked for that type
Ok, thanks for the hint.
quoted
+ ports: + type: object + minItems: 1 + maxItems: 2 + description: | + Video port 0 for LVTTL input, + Video port 1 for eDP output (panel or connector) + using the DT bindings defined in + Documentation/devicetree/bindings/media/video-interfaces.txtYou should probably describe the port@0 and port@1 nodes here as well. It would allow you to express that the port 0 is mandatory and the port 1 optional, which got dropped in the conversion.
I would have liked to, but have not discovered yet a comprehensive source of information about recommended syntax and semantics of the YAML schemes. Is there some central reference for these types of issues? I mean not the "here is a git repo with the meta-schemes" but sort of a cookbook? Torsten _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel