Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach().
authorclaudio <claudio@openbsd.org>
Tue, 28 May 2024 09:19:04 +0000 (09:19 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 28 May 2024 09:19:04 +0000 (09:19 +0000)
commit4c14fa964ef6afceb110d3ce5906c55fe70ffc1c
tree47926c50f59214c04771f7c44c9af37a883b0fdd
parent81cacbbef23a89fd2242c0f5efd9da13e3bf139a
Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach().

This command locks up my RaspberryPi 4 while it seems to have no effect
for other devices. First of all u-boot will already enable power for us
plus it seems that more is needed than just this write to be really
effective. Why my rpi4 locks up is still unclear but this is now a
pure u-boot issue.

Tested by kettenis@ on his working rpi4 and rpi2
OK kettenis@
sys/dev/fdt/bcm2835_mbox.c