ARM: dts: exynos: Fix schema warnings for pwm-leds
authorAlexander Dahl <post@lespocky.de>
Mon, 5 Oct 2020 20:34:46 +0000 (22:34 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 26 Oct 2020 18:42:05 +0000 (19:42 +0100)
commit4a6dbc65f6efa76a10ae6b64ad30ea12a991d7f0
tree49fdb05887688de36df80f2b8b9dc48e37b86d0e
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
ARM: dts: exynos: Fix schema warnings for pwm-leds

The node names for devices using the pwm-leds driver follow a certain
naming scheme (now).  Parent node name is not enforced, but recommended
by DT project.

  arch/arm/boot/dts/exynos5410-odroidxu.dt.yaml: pwmleds:
    'blueled', 'greenled' do not match any of the regexes: '^led(-[0-9a-f]+)?$', 'pinctrl-[0-9]+'
  arch/arm/boot/dts/exynos5422-odroidhc1.dt.yaml: pwmleds:
    'blueled' does not match any of the regexes: '^led(-[0-9a-f]+)?$', 'pinctrl-[0-9]+'
  From schema: Documentation/devicetree/bindings/leds/leds-pwm.yaml

Signed-off-by: Alexander Dahl <post@lespocky.de>
Link: https://lore.kernel.org/r/20201005203451.9985-8-post@lespocky.de
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5422-odroidhc1.dts
arch/arm/boot/dts/exynos5422-odroidxu4.dts
arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi