From: Krzysztof Kozlowski Date: Sun, 30 Aug 2020 11:26:33 +0000 (+0200) Subject: ASoC: odroid: Use unevaluatedProperties X-Git-Tag: v5.10-rc1~122^2~1^2^2~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a57307ca6b661e16f9435a25f376ac277c3de697;p=thirdparty%2Fkernel%2Flinux.git ASoC: odroid: Use unevaluatedProperties Additional properties or nodes actually might appear (e.g. assigned-clocks) so use unevaluatedProperties to fix dtbs_check warnings like: arch/arm/boot/dts/exynos5422-odroidxu3.dt.yaml: sound: 'assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski Reviewed-by: Sylwester Nawrocki Link: https://lore.kernel.org/r/20200830112633.6732-2-krzk@kernel.org Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/samsung,odroid.yaml b/Documentation/devicetree/bindings/sound/samsung,odroid.yaml index 8ff2d39e7d17a..de1be3d6d1e9f 100644 --- a/Documentation/devicetree/bindings/sound/samsung,odroid.yaml +++ b/Documentation/devicetree/bindings/sound/samsung,odroid.yaml @@ -69,7 +69,7 @@ required: - cpu - codec -additionalProperties: false +unevaluatedProperties: false examples: - |