* Matthias Schiffer <matthias.schiffer@xxxxxxxxxxxxxxx> [220207 08:45]: > Generally I think that it's a bootloader's responsiblity to disable > unneeded devices - the kernel may not even have a driver for some > peripherals, leading to the same behaviour as a "disabled" status. For > this reason I believe that it should always be okay to set unneeded > devices to "disabled", and it should be considered a safe default. Not possible, think kexec for example :) How would the previous kernel even know what to disable if Linux has no idea about the devices? If there are issues you're seeing, it's likely a bug in some of the device drivers for not checking for the necessary resources like pinctrl for i2c lines. > I'm not sure what the consensus on these issues is. I'm more familiar > with NXP's i.MX and Layerscape SoCs, where it's common to have all > muxable peripherals set to "disabled" in the base DTSI, and a quick > grep through a few dts directories gives me the impression that this is > the case for most other vendors as well. This approach only works for SoCs that don't need the kernel to idle devices for runtime PM. Regards, Tony