Hi, On 12/16/25 11:39 AM, Maud Spierings wrote: > On 12/16/25 11:35, Ahmad Fatoum wrote: >> Hello Maud, >> >> On 12/16/25 11:24 AM, Maud Spierings via B4 Relay wrote: >>> From: Maud Spierings <[email protected]> >>> >>> After adding the imx8m-blk-ctrl driver errors started appearing about >>> the genpd device already being registered. >>> >>> incorperate some extra device details in the device name so this >>> possible collision goes away. >>> >>> Signed-off-by: Maud Spierings <[email protected]> >> >> Thanks for your patch. Did you check what the device is called now? >> >> Do we need to change virt_dev->id = DEVICE_ID_SINGLE; just after the >> context to get rid of a trailing 0? > > `-- genpd:0:[email protected] > `-- genpd:1:[email protected] > `-- genpd:2:[email protected] > `-- genpd:3:[email protected] > `-- genpd:4:[email protected] > `-- genpd:5:[email protected] > `-- genpd:6:[email protected] > `-- genpd:7:[email protected] > `-- genpd:8:[email protected] > `-- genpd:9:[email protected] > > `-- genpd:0:[email protected] > `-- genpd:1:[email protected] > `-- genpd:2:[email protected] > `-- genpd:3:[email protected] > `-- genpd:4:[email protected] > `-- genpd:5:[email protected] > > I guess that means .of# > So I should set that option?
Yes, please replace the existing virt_dev->id = index; with that. Thanks, Ahmad > > Kind regards, > Maud > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
