Message ID | 20250220105514.43107-1-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | MediaTek MT8188 MTU3 USB and Genio 510/700 TypeC | expand |
Il 20/02/25 11:55, AngeloGioacchino Del Regno ha scritto: > This series adds MTU3 nodes to the MT8188 base devicetree, fixes the > Geralt Chromebooks to use it, and adds support for all of the USB > ports, including TypeC Power Delivery, Alternate Modes, etc, found > on the MediaTek Genio 510 and Genio 700 Evaluation Kits. > > This also adds the missing SuperSpeed port to the mtk-xhci binding. Forgot to add.... Changes in v3: - Added a commit to allow the SuperSpeed port in mtk-xhci, resolving dtbs_check failures - Removed useless vdd-supply from xhci1 in mt8390-genio-common.dtsi - Removed useless interrupts-extended, as the wakeup interrupt cannot be found anywhere in the schematics; the wakeup anyway works because of the pericfg's syscon-wakeup doing the same job. Cheers! > > AngeloGioacchino Del Regno (3): > dt-bindings: usb: mediatek,mtk-xhci: Add port for SuperSpeed EP > arm64: dts: mediatek: mt8188: Add MTU3 nodes and correctly describe > USB > arm64: dts: mediatek: mt8390-genio-700: Add USB, TypeC Controller, MUX > > .../bindings/usb/mediatek,mtk-xhci.yaml | 4 + > .../boot/dts/mediatek/mt8188-geralt.dtsi | 18 +++ > arch/arm64/boot/dts/mediatek/mt8188.dtsi | 121 +++++++++----- > .../dts/mediatek/mt8390-genio-common.dtsi | 151 +++++++++++++++++- > 4 files changed, 251 insertions(+), 43 deletions(-) >
On Thu, 20 Feb 2025 11:55:11 +0100, AngeloGioacchino Del Regno wrote: > This series adds MTU3 nodes to the MT8188 base devicetree, fixes the > Geralt Chromebooks to use it, and adds support for all of the USB > ports, including TypeC Power Delivery, Alternate Modes, etc, found > on the MediaTek Genio 510 and Genio 700 Evaluation Kits. > > This also adds the missing SuperSpeed port to the mtk-xhci binding. > > AngeloGioacchino Del Regno (3): > dt-bindings: usb: mediatek,mtk-xhci: Add port for SuperSpeed EP > arm64: dts: mediatek: mt8188: Add MTU3 nodes and correctly describe > USB > arm64: dts: mediatek: mt8390-genio-700: Add USB, TypeC Controller, MUX > > .../bindings/usb/mediatek,mtk-xhci.yaml | 4 + > .../boot/dts/mediatek/mt8188-geralt.dtsi | 18 +++ > arch/arm64/boot/dts/mediatek/mt8188.dtsi | 121 +++++++++----- > .../dts/mediatek/mt8390-genio-common.dtsi | 151 +++++++++++++++++- > 4 files changed, 251 insertions(+), 43 deletions(-) > > -- > 2.48.1 > > > 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 for arch/arm64/boot/dts/mediatek/' for 20250220105514.43107-1-angelogioacchino.delregno@collabora.com: arch/arm64/boot/dts/mediatek/mt8370-genio-510-evk.dtb: rt1715@4e: 'vbus-supply' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/usb/richtek,rt1711h.yaml# arch/arm64/boot/dts/mediatek/mt8370-genio-510-evk.dtb: jpeg-decoder@1a040000: iommus: [[137, 685], [137, 686], [137, 690], [137, 691], [137, 692], [137, 693]] is too long from schema $id: http://devicetree.org/schemas/media/mediatek-jpeg-decoder.yaml# arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dtb: rt1715@4e: 'vbus-supply' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/usb/richtek,rt1711h.yaml# arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dtb: jpeg-decoder@1a040000: iommus: [[139, 685], [139, 686], [139, 690], [139, 691], [139, 692], [139, 693]] is too long from schema $id: http://devicetree.org/schemas/media/mediatek-jpeg-decoder.yaml#