Skip to content

Commit

Permalink
fixup! arm64: dts: apple: t600x: Add dwc3 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jannau committed May 24, 2022
1 parent 40b43ef commit 8c2b2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/apple/t600x-dieX.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
reg = <0x7 0x02f00000 0x0 0x4000>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ DIE_NO 1194 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&ps_atc0_usb>;
power-domains = <&DIE_NODE(ps_atc0_usb)>;
#iommu-cells = <1>;
};

Expand Down Expand Up @@ -200,7 +200,7 @@
reg = <0x13 0x02f00000 0x0 0x4000>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ DIE_NO 1245 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&ps_atc3_usb>;
power-domains = <&DIE_NODE(ps_atc3_usb)>;
#iommu-cells = <1>;
};

Expand Down

0 comments on commit 8c2b2b7

Please sign in to comment.