Phil Elwell
Phil Elwell
Is that the 6.1 or 6.6 kernel?
> Just to make sure: the overlay is working correctly! So this is purely a cosmetic issue? That would have been a good thing to put in the initial report.
Issues should be self-contained, with links only for context.
Are you saying that 99Hz doesn't work?
> it’s odd that it wasn’t added by default given rpi5 pcie nvme support. Are we weird for not being that interested in the temperature of an NVME drive? It's...
It's interesting that `gpioget 4 43` behaves differently to `gpioget 0 24`. I expected them both to change the fsel/alt function to make them a GPIO, but `gpioget 0 24`...
I don't think I can put gpio-hogs on these pins without also making them GPIOs, which I don't want to do - they need to have the vbus1 alt function...
I think RP1 has a flexible mapping from ports to `vbus` functions for use in other applications, and similarly for `vbus_oc`, but as Pi 5 has a single VBUS power...
What, like this? https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/bcm2712-rpi-5-b.dts#L241
Claim them as what? They're already claimed for pinmux: ``` Format: pin (name): mux_owner gpio_owner hog? ... pin 42 (gpio42): 1f00200000.usb (GPIO UNCLAIMED) function vbus1 group gpio42 ``` Claiming them...