Skip to content

t8122/t603[0124] PMP support#525

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

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

Conversation

@yuyuyureka

@yuyuyureka yuyuyureka commented Jun 28, 2026

Copy link
Copy Markdown

Only T6034 is tested.

@yuyuyureka yuyuyureka force-pushed the m3-pmp branch 2 times, most recently from 11ac51b to ea49a17 Compare June 28, 2026 17:41
t6031/t6034 continue using the same offsets as t602x

Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev>
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

Only T6034 is tested.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants