Skip to content

t8122/t603[0124] PMP support#525

Open
yuyuyureka wants to merge 4 commits into
AsahiLinux:asahi-wipfrom
yuyuyureka:m3-pmp
Open

t8122/t603[0124] PMP support#525
yuyuyureka wants to merge 4 commits into
AsahiLinux:asahi-wipfrom
yuyuyureka:m3-pmp

Conversation

@yuyuyureka

@yuyuyureka yuyuyureka commented Jun 28, 2026

Copy link
Copy Markdown

Only T6034 is tested.

Comment thread arch/arm64/boot/dts/apple/t6030.dtsi Outdated
#else
power-domains = <&ps_ans>,
#endif
<&ps_apcie_sys_st>;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does moving ps_apcie_sys_st to the pmp_report subnode causes any issues? Even if I think I'd still prefer

	#if defined(APPLE_USE_PMP)
	power-domains = <&pmp_report_ans>, <&ps_apcie_sys_st>;
	#else
	power-domains = <&ps_ans>, <&ps_apcie_sys_st>;
	#endif

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it to that

Comment thread arch/arm64/boot/dts/apple/t6032.dtsi Outdated
power-domains = <&ps_ans_die1>;
};
&nvme_die1 {
power-domains = <&ps_ans_die1>;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this misses ps_apcie_sys_st and ps_apcie_sys_st1

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@yuyuyureka yuyuyureka force-pushed the m3-pmp branch 2 times, most recently from f559f81 to b236a4c Compare June 30, 2026 12:50
yuyuyureka and others added 4 commits June 30, 2026 14:50
t6031/t6034 continue using the same offsets as t602x

Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev>
Signed-off-by: Yureka <yuka@yuka.dev>
Signed-off-by: Yureka <yuka@yuka.dev>
Tested on t6034

Signed-off-by: Yureka <yuka@yuka.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants