lkml.org 
[lkml]   [2020]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties
    Date
    Additional properties actually might appear (e.g. assigned-clocks) so
    use unevaluatedProperties to fix dtbs_check warnings like:

    arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000:
    'assigned-clock-parents', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+'

    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    ---
    Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
    index 686c13c14e32..30ff2da81416 100644
    --- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
    +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.yaml
    @@ -86,7 +86,7 @@ required:
    - compatible
    - reg

    -additionalProperties: false
    +unevaluatedProperties: false

    allOf:
    - if:
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-08-29 16:26    [W:5.193 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site