On Sun, Oct 10, 2021 at 02:10:00PM +0200, Ansuel Smith wrote: > > I would strongly recommend that you stop accessing dp->dn and add your > > own device tree parsing function during probe time. It is also a runtime > > invariant, there is no reason to read the device tree during each mac_config. > > > > What would be the correct way to pass all these data? Put all of them in > qca8k_priv? Do we have a cleaner solution? Put in driver private structures, or configure at probe time and never modify touch again, anything goes.