Message ID | 20240325-feature-wolfvision-pf5-v1-0-5725445f792a@wolfvision.net (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: rockchip: add wolfvision pf5 mainboard | expand |
On Mon, 25 Mar 2024 15:22:30 +0100, Michael Riesch wrote: > Habidere, > > This series adds the device tree for the WolfVision PF5 mainboard, which > serves as base for recent WolfVision products. It features the Rockchip > RK3568 and can be extended with several different extension boards. > > The WolfVision PF5 IO Expander is one example of such an extension board. > The corresponding device tree overlay is also included in this series. > > [...] Applied, thanks! [1/4] dt-bindings: add wolfvision vendor prefix commit: 37a6d5864fb8226c97eefa59a79de57571e1fee8 [2/4] dt-bindings: arm: rockchip: add wolfvision pf5 mainboard commit: 6be2ad17acb76c47e544864467680a7b738d7eb8 [3/4] arm64: dts: rockchip: add wolfvision pf5 mainboard commit: 0be29f76633a447e15fc58066ea47688974e68d9 [4/4] arm64: dts: rockchip: add wolfvision pf5 io expander board commit: 28799a7734a0e1a38d01b511ca08d33d8cf91b6c Best regards,
On Mon, 25 Mar 2024 15:22:30 +0100, Michael Riesch wrote: > Habidere, > > This series adds the device tree for the WolfVision PF5 mainboard, which > serves as base for recent WolfVision products. It features the Rockchip > RK3568 and can be extended with several different extension boards. > > The WolfVision PF5 IO Expander is one example of such an extension board. > The corresponding device tree overlay is also included in this series. > > May this be the beginning of a beautiful friendship :-) > > Looking forward to your comments! > > Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> > --- > Michael Riesch (4): > dt-bindings: add wolfvision vendor prefix > dt-bindings: arm: rockchip: add wolfvision pf5 mainboard > arm64: dts: rockchip: add wolfvision pf5 mainboard > arm64: dts: rockchip: add wolfvision pf5 io expander board > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/arm64/boot/dts/rockchip/Makefile | 2 + > .../rk3568-wolfvision-pf5-io-expander.dtso | 137 ++++++ > .../boot/dts/rockchip/rk3568-wolfvision-pf5.dts | 528 +++++++++++++++++++++ > 5 files changed, 674 insertions(+) > --- > base-commit: 4cece764965020c22cff7665b18a012006359095 > change-id: 20240325-feature-wolfvision-pf5-5c1924c0389c > > Best regards, > -- > Michael Riesch <michael.riesch@wolfvision.net> > > > 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/rk3568-wolfvision-pf5.dtb' for 20240325-feature-wolfvision-pf5-v1-0-5725445f792a@wolfvision.net: arch/arm64/boot/dts/rockchip/rk3568-wolfvision-pf5.dtb: hdmi@fe0a0000: Unevaluated properties are not allowed ('#sound-dai-cells' was unexpected) from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,dw-hdmi.yaml#
Am Dienstag, 26. März 2024, 20:11:58 CET schrieb Rob Herring: > > On Mon, 25 Mar 2024 15:22:30 +0100, Michael Riesch wrote: > > Habidere, > > > > This series adds the device tree for the WolfVision PF5 mainboard, which > > serves as base for recent WolfVision products. It features the Rockchip > > RK3568 and can be extended with several different extension boards. > > > > The WolfVision PF5 IO Expander is one example of such an extension board. > > The corresponding device tree overlay is also included in this series. > > > > May this be the beginning of a beautiful friendship :-) > > > > Looking forward to your comments! > > > > Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> > > --- > > Michael Riesch (4): > > dt-bindings: add wolfvision vendor prefix > > dt-bindings: arm: rockchip: add wolfvision pf5 mainboard > > arm64: dts: rockchip: add wolfvision pf5 mainboard > > arm64: dts: rockchip: add wolfvision pf5 io expander board > > > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > > arch/arm64/boot/dts/rockchip/Makefile | 2 + > > .../rk3568-wolfvision-pf5-io-expander.dtso | 137 ++++++ > > .../boot/dts/rockchip/rk3568-wolfvision-pf5.dts | 528 +++++++++++++++++++++ > > 5 files changed, 674 insertions(+) > > --- > > base-commit: 4cece764965020c22cff7665b18a012006359095 > > change-id: 20240325-feature-wolfvision-pf5-5c1924c0389c > > > > Best regards, > > -- > > Michael Riesch <michael.riesch@wolfvision.net> > > > > > > > > > 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/rk3568-wolfvision-pf5.dtb' for 20240325-feature-wolfvision-pf5-v1-0-5725445f792a@wolfvision.net: > > arch/arm64/boot/dts/rockchip/rk3568-wolfvision-pf5.dtb: hdmi@fe0a0000: Unevaluated properties are not allowed ('#sound-dai-cells' was unexpected) > from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,dw-hdmi.yaml# just for the record, this is not the fault of the Wolfvision board, but caused by an undocumented property in the core hdmi node. I've prepared a fix for the binding in [0], but as Krzysztof noted, this patch needs a v2 with a change. Heiko [0] https://lore.kernel.org/dri-devel/20240326172801.1163200-1-heiko@sntech.de/
Habidere, This series adds the device tree for the WolfVision PF5 mainboard, which serves as base for recent WolfVision products. It features the Rockchip RK3568 and can be extended with several different extension boards. The WolfVision PF5 IO Expander is one example of such an extension board. The corresponding device tree overlay is also included in this series. May this be the beginning of a beautiful friendship :-) Looking forward to your comments! Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> --- Michael Riesch (4): dt-bindings: add wolfvision vendor prefix dt-bindings: arm: rockchip: add wolfvision pf5 mainboard arm64: dts: rockchip: add wolfvision pf5 mainboard arm64: dts: rockchip: add wolfvision pf5 io expander board .../devicetree/bindings/arm/rockchip.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 2 + .../rk3568-wolfvision-pf5-io-expander.dtso | 137 ++++++ .../boot/dts/rockchip/rk3568-wolfvision-pf5.dts | 528 +++++++++++++++++++++ 5 files changed, 674 insertions(+) --- base-commit: 4cece764965020c22cff7665b18a012006359095 change-id: 20240325-feature-wolfvision-pf5-5c1924c0389c Best regards,