Message ID | 20241026081942.348459-1-andyshrk@163.com (mailing list archive) |
---|---|
Headers | show |
Series | Enable hdmi for rk3588 based Cool Pi | expand |
On Sat, 26 Oct 2024 16:19:25 +0800, Andy Yan wrote: > As the hdmi-qp controller recently get merged, we can enable hdmi > display out on these boards now. > > > Andy Yan (3): > arm64: dts: rockchip: Enable HDMI0 for rk3588 Cool Pi CM5 EVB > arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi 4B > arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi GenBook > > .../dts/rockchip/rk3588-coolpi-cm5-evb.dts | 49 ++++++++++++++++++ > .../rockchip/rk3588-coolpi-cm5-genbook.dts | 51 +++++++++++++++++++ > .../boot/dts/rockchip/rk3588s-coolpi-4b.dts | 49 ++++++++++++++++++ > 3 files changed, 149 insertions(+) > > -- > 2.43.0 > > > 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/rk3588-coolpi-cm5-evb.dtb rockchip/rk3588-coolpi-cm5-genbook.dtb rockchip/rk3588s-coolpi-4b.dtb' for 20241026081942.348459-1-andyshrk@163.com: arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dtb: hdmi@fde80000: Unevaluated properties are not allowed ('enable-gpios' was unexpected) from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3588-dw-hdmi-qp.yaml# arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dtb: hdmi@fde80000: Unevaluated properties are not allowed ('enable-gpios' was unexpected) from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3588-dw-hdmi-qp.yaml# arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-genbook.dtb: hdmi@fde80000: Unevaluated properties are not allowed ('enable-gpios' was unexpected) from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3588-dw-hdmi-qp.yaml#