Re: [PATCH] bus: ti-sysc: constify the struct device_type usage

From: Tony Lindgren
Date: Wed Feb 28 2024 - 02:31:29 EST


* Ricardo B. Marliere <ricardo@xxxxxxxxxxxx> [240219 14:09]:
> Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
> core can properly handle constant struct device_type. Move the
> sysc_device_type variable to be a constant structure as well, placing it
> into read-only memory which can not be modified at runtime.

Thanks applying into omap-for-v6.9/ti-sysc.

Tony