On 21/08/2019 19:14, Rob Herring wrote:
On Wed, Jul 31, 2019 at 09:23:37AM +0100, Carlo Caione wrote:
There's no need for 'secure-monitor' anyways. Just do 'of_find_compatible_node(NULL, NULL, "amlogic,meson-gxbb-sm")' or search for the driver directly. It's not like there's more than one secure monitor...
How is hardcoding the secure-monitor directly into the efuse driver better than having it referenced in the DT?
Yes, there is one single secure monitor but (even if this is not currently the case) several drivers can use it making the secure-monitor a resource to be potentially used by several devices.
-- Carlo Caione