Works on deep-probe enabled imx8mp-evk as well as custom IMX8MP Quadlite. Tested-by: Hans Christian Lonstad <hcl@xxxxxxxxxxxxxxx> > 17. okt. 2022 kl. 15:49 skrev Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>: > > Newer upstream kernels may fail to boot with less featureful 8MP SoCs, > because barebox doesn't fix the DT up appropriately. Fix that. > > @Hans, could you give this a test? I tested on 8MM only. > > Ahmad Fatoum (3): > dt-bindings: features: imx8m: fix typo in constant > soc: imx: imx8m-featctrl: check if all bits are set > ARM: i.MX8MP: add feature controller support for Plus > > arch/arm/dts/imx8mp.dtsi | 43 ++++++++++++++++++++++++++++ > drivers/nvmem/ocotp.c | 9 ++++++ > drivers/soc/imx/imx8m-featctrl.c | 29 +++++++++++++------ > include/dt-bindings/features/imx8m.h | 6 ++-- > include/soc/imx8m/featctrl.h | 3 ++ > 5 files changed, 79 insertions(+), 11 deletions(-) > > -- > 2.30.2 >