]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: at91: pm: fix .uhp_udp_mask specification for current SoCs
authorNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 27 Aug 2025 14:54:25 +0000 (16:54 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 30 Aug 2025 08:38:55 +0000 (11:38 +0300)
commit6a3f890196b31b166a3e3e32735ff5c8116661cc
tree518fd59113289caf3620ae51b5eec6dcff4de601
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
ARM: at91: pm: fix .uhp_udp_mask specification for current SoCs

All SoCs using this structure field .uhp_udp_mask in configuration
index 4 don't have the bit 7 specified: sam9x60 nor sam9x75.
Remove this bit from the mask definition to match register layout.

This mask is used in function at91_pm_verify_clocks().

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20250827145427.46819-2-nicolas.ferre@microchip.com
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/mach-at91/pm.c