On Sat, Sep 06, 2025 at 03:43:33PM +0000, Sven Peter wrote: > Add all nodes and connections required to make USB3 work on M1-based > Apple machines. > > Co-developed-by: Hector Martin <marcan@xxxxxxxxx> > Signed-off-by: Hector Martin <marcan@xxxxxxxxx> > Signed-off-by: Sven Peter <sven@xxxxxxxxxx> > --- > arch/arm64/boot/dts/apple/t8103-j274.dts | 12 +++ > arch/arm64/boot/dts/apple/t8103-j293.dts | 12 +++ > arch/arm64/boot/dts/apple/t8103-j313.dts | 12 +++ > arch/arm64/boot/dts/apple/t8103-j456.dts | 12 +++ > arch/arm64/boot/dts/apple/t8103-j457.dts | 12 +++ > arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 137 ++++++++++++++++++++++++++++++ > arch/arm64/boot/dts/apple/t8103.dtsi | 105 +++++++++++++++++++++++ > 7 files changed, 302 insertions(+) Please do not combine DTS patches in patchsets for Greg (e.g. USB). Greg expressed that many times, that he takes all or nothing, and DTS cannot go via driver branches/trees. Best regards, Krzysztof