On Wed, 28 Aug 2024 17:47:53 +1000, Jonathan Liu wrote: > This adds the necessary device tree changes to enable analog audio > output for the 3.5 mm TRS headphone jack on the Radxa ROCK 4C+ with > its RK809 audio codec. > > Signed-off-by: Jonathan Liu <net147@xxxxxxxxx> > --- > .../boot/dts/rockchip/rk3399-rock-4c-plus.dts | 46 ++++++++++++++++++- > 1 file changed, 45 insertions(+), 1 deletion(-) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y rockchip/rk3399-rock-4c-plus.dtb' for 20240828074755.1320692-1-net147@xxxxxxxxx: arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dtb: pmic: vsel1-gpio: {'rockchip,pins': [[1, 17, 0, 194]], 'phandle': 138} is not of type 'array' from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml# arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dtb: pmic: vsel2-gpio: {'rockchip,pins': [[1, 14, 0, 194]], 'phandle': 139} is not of type 'array' from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml#