From: Thierry Reding <treding@xxxxxxxxxx> Using "additionalProperties: false" results in rejecting any of the properties defined in panel-common.yaml, whereas the intent is to inherit the common properties defined in that file. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 34fe3d42b829..c58bc90ffd43 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -275,7 +275,7 @@ properties: port: true power-supply: true -additionalProperties: false +unevaluatedProperties: false required: - compatible -- 2.24.1