On Tue, Aug 09, 2022 at 10:24:43AM +0200, Kurt Kanzenbach wrote: > On Sat Aug 06 2022, Vladimir Oltean wrote: > [...] > > +static const char * const dsa_switches_dont_enforce_validation[] = { > > +#if IS_ENABLED(CONFIG_NET_DSA_HIRSCHMANN_HELLCREEK) > > + "hirschmann,hellcreek-de1soc-r1", > > +#endif > > You can safely remove that one. I've updated all downstream DTS files accordingly. Nice, thanks. I've removed hellcreek from the list of drivers relying on workarounds, and probing will now fail if properties required by phylink are found to be missing.