On Wed, Nov 12, 2025 at 11:28:56AM +0100, Krzysztof Kozlowski wrote:
> Replace open-coded getting root OF node and matching against it with
> new of_machine_device_match() helper.
>
> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>
> Depends on the first OF patch.
> ---
> drivers/soc/tegra/common.c | 12 +-----------
> 1 file changed, 1 insertion(+), 11 deletions(-)
I assume that you'd want to take this through the DT (or some other)
tree, so:
Acked-by: Thierry Reding <treding@nvidia.com>