Skip to content

Commit dd22740

Browse files
committed
arm64: dts: apple: Fix t8122 MTP SRAM address.
Signed-off-by: Alyssa Milburn <[email protected]>
1 parent 9e5ae5f commit dd22740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/apple/t8122.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
mtp: mtp@2fa400000 {
676676
compatible = "apple,t8122-mtp", "apple,t8122-rtk-helper-asc4", "apple,mtp", "apple,rtk-helper-asc4";
677677
reg = <0x2 0xfa400000 0x0 0x4000>,
678-
<0x2 0xfa050000 0x0 0x100000>;
678+
<0x2 0xfac00000 0x0 0x100000>;
679679
reg-names = "asc", "sram";
680680

681681
mboxes = <&mtp_mbox>;

0 commit comments

Comments
 (0)