mbox series

[0/3] Some fixes for issues found by dtbs check

Message ID 20240829132100.1723127-1-heiko@sntech.de (mailing list archive)
Headers show
Series Some fixes for issues found by dtbs check | expand

Message

Heiko Stuebner Aug. 29, 2024, 1:20 p.m. UTC
There two additional warnings remaining, hopefully I can motivate someone
to look into them:

_build-arm64/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtb:
    codec@1b: Unevaluated properties are not allowed 
    ('assigned-clock-rates', 'assigned-clocks', 'clock-names', 'clocks', 'port' were unexpected)
        from schema $id: http://devicetree.org/schemas/sound/realtek,rt5616.yaml#
_build-arm64/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtb:
    sound: 'simple-audio-card,hp-pin-name' does not match any of the regexes:
    '^simple-audio-card,codec(@[0-9a-f]+)?$',
    '^simple-audio-card,cpu(@[0-9a-f]+)?$',
    '^simple-audio-card,dai-link(@[0-9a-f]+)?$',
    '^simple-audio-card,plat(@[0-9a-f]+)?$', 'pinctrl-[0-9]+'
        from schema $id: http://devicetree.org/schemas/sound/simple-card.yaml#

Heiko Stuebner (3):
  arm64: dts: rockchip: use correct fcs,suspend-voltage-selector on
    NanoPC-T6
  arm64: dts: rockchip: drop unsupported regulator property from
    NanoPC-T6
  arm64: dts: rockchip: drop unsupported regulator-property from
    NanoPC-T6

 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Heiko Stuebner Aug. 29, 2024, 9:59 p.m. UTC | #1
On Thu, 29 Aug 2024 15:20:57 +0200, Heiko Stuebner wrote:
> There two additional warnings remaining, hopefully I can motivate someone
> to look into them:
> 
> _build-arm64/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtb:
>     codec@1b: Unevaluated properties are not allowed
>     ('assigned-clock-rates', 'assigned-clocks', 'clock-names', 'clocks', 'port' were unexpected)
>         from schema $id: http://devicetree.org/schemas/sound/realtek,rt5616.yaml#
> _build-arm64/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtb:
>     sound: 'simple-audio-card,hp-pin-name' does not match any of the regexes:
>     '^simple-audio-card,codec(@[0-9a-f]+)?$',
>     '^simple-audio-card,cpu(@[0-9a-f]+)?$',
>     '^simple-audio-card,dai-link(@[0-9a-f]+)?$',
>     '^simple-audio-card,plat(@[0-9a-f]+)?$', 'pinctrl-[0-9]+'
>         from schema $id: http://devicetree.org/schemas/sound/simple-card.yaml#
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: rockchip: use correct fcs,suspend-voltage-selector on NanoPC-T6
      commit: 170c77276d470a63d22a2634a38846dd88538637
[2/3] arm64: dts: rockchip: drop unsupported regulator property from NanoPC-T6
      commit: 9c50ba541a52eca091f74f0c3af558824cd11314
[3/3] arm64: dts: rockchip: drop unsupported regulator-property from NanoPC-T6
      commit: 78d500329b65217c45422ac0adf5c030783d3e58

Best regards,