[PATCH] dt-bindings: display: panel: samsung,s6e8aa5x01: Allow common properties
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260818-topic-sprout_panel_warn_fix-v1-1-ded1e8d5f121@oss.qualcomm.com> |
From: Konrad Dybcio <[email protected]> Change additionalProperties to unevaluatedProperties to allow inheriting properties from panel-common.yaml, preventing this warning: qcom/sm6125-xiaomi-laurel-sprout.dtb: panel@0 (samsung,s6e8fc0-m1906f9): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$' from schema $id: http://devicetree.org/schemas/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml Fixes: f3e1caef597e ("dt-bindings: display: panel: document Samsung AMS561RA01 panel with S6E8AA5X01 controller") Signed-off-by: Konrad Dybcio <[email protected]> --- .../bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml b/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml index b271de575e15..f04702de1101 100644 --- a/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml +++ b/Documentation/devicetree/bindings/display/panel/samsung,s6e8aa5x01-ams561ra01.yaml @@ -34,7 +34,7 @@ required: - compatible - reg -additionalProperties: false +unevaluatedProperties: false examples: - | --- base-commit: e6664f2b33db9b6811eb4cec109f06cb2b4f458d change-id: 20260818-topic-sprout_panel_warn_fix-2a4a9b168944 Best regards, -- Konrad Dybcio <[email protected]>