[PATCH v2 19/22] thunderbolt: Add Apple Silicon support

Sven Peter sven at kernel.org
Tue Sep 8 12:04:52 PDT 2026


> 
>   &dwc3_0 {
> ports {
> #address-cells = <1>;
> #size-cells = <0>;
> 
> port at 1 {
> #address-cells = <1>;
> #size-cells = <0>;
> reg = <1>;
> 
> dwc3_0_ss: endpoint at 0 {
> reg = <0>;
> remote-endpoint = <&atcphy0_usb3>;
> };
> 
> dwc3_0_usb4: endpoint at 1 {
> reg = <1>;
> remote-endpoint = <&usb4_0_acio_usb3>;
> };
> };
> };
>   };
> 
>   &usb4_0_acio {
> ports {
> #address-cells = <1>;
> #size-cells = <0>;
> 
> port at 4 {
> reg = <4>;
> usb4_0_acio_usb3: endpoint {
> remote-endpoint = <&dwc3_0_usb4>;
> };
> };
> };
>   };
> 
ugh, Thunderbird messed that up quite a bit. let me try again and see if 
it keeps the indentation this time:

   &dwc3_0 {
         ports {
                 #address-cells = <1>;
                 #size-cells = <0>;

                 port at 1 {
                         #address-cells = <1>;
                         #size-cells = <0>;
                         reg = <1>;

                         dwc3_0_ss: endpoint at 0 {
                                 reg = <0>;
                                 remote-endpoint = <&atcphy0_usb3>;
                         };

                         dwc3_0_usb4: endpoint at 1 {
                                 reg = <1>;
                                 remote-endpoint = <&usb4_0_acio_usb3>;
                         };
                 };
         };
   };

   &usb4_0_acio {
         ports {
                 #address-cells = <1>;
                 #size-cells = <0>;

                 port at 4 {
                         reg = <4>;
                         usb4_0_acio_usb3: endpoint {
                                 remote-endpoint = <&dwc3_0_usb4>;
                         };
                 };
         };
   };




More information about the linux-arm-kernel mailing list