Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display/msm: dsi-controller-main: remove #address/#size-cells

Stop mentioning #address-cells/#size-cells which are defined in
display/dsi-controller.yaml. Use unevaluatedProperties instead of
additionalProperties to allow skipping properties defined in other
schema files.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518809/
Link: https://lore.kernel.org/r/20230118032432.1716616-2-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+1 -5
+1 -5
Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
··· 72 72 deprecated: true 73 73 const: dsi 74 74 75 - "#address-cells": true 76 - 77 - "#size-cells": true 78 - 79 75 syscon-sfpb: 80 76 description: A phandle to mmss_sfpb syscon node (only for DSIv2). 81 77 $ref: "/schemas/types.yaml#/definitions/phandle" ··· 352 356 - const: iface 353 357 - const: bus 354 358 355 - additionalProperties: false 359 + unevaluatedProperties: false 356 360 357 361 examples: 358 362 - |