** Changed in: linux-raspi (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1919349
Title:
Invalid compatible on CM4 arm64
Status in linux-raspi package in Ubuntu:
Invalid
Status in linux-raspi source package in Groovy:
Fix Released
Bug description:
[Impact]
The CM4 device tree returns an incorrect compatible for arm64.
arm64:
$ cat /proc/device-tree/model
Raspberry Pi Compute Module 4 Rev 1.0
$ cat /proc/device-tree/compatible
raspberrypi,4-model-b
brcm,bcm2711
armhf:
$ cat /proc/device-tree/model
Raspberry Pi Compute Module 4 Rev 1.0
$ cat /proc/device-tree/compatible
raspberrypi,4-compute-module
brcm,bcm2711
[Test Case]
See above.
[Where Problems Could Occur]
The brcmfmac driver uses that string to decide which wifi firmware to
load. That will fail, if the correct firmware is not installed which
means wifi will not work. There could be other drivers, that make use
of this string.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1919349/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp