Hi Greg, On 11/29/2018 11:57 PM, g...@kernel.org wrote: > From: Greg Ungerer <g...@kernel.org> > > Add descriptive entries for the new bindings introduced to support the > MT7530 implementation in the MediaTek MT7621 SoC. > > New bindings added for: > > mediatek,no-clock-regulator > mediatek,mfc-has-cpuport
I don't think any of these properties are necessary, if you can either use a compatible string, and/or infer the actual model at runtime in the driver's probe function, then you can assess based on that chip model as well as the properties being provided in Device Tree whether these resources must be grabbed and used. See mv88e6xxx and b53 for how these drivers deal with supporting several distinct models within the same code base. As far as the MFC programming goes, this is definitively something that must be done once you know the chip model you are dealing with. -- Florian