ARM: tegra: paz00: Handle device properties with software node API
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 17 Aug 2021 10:24:48 +0000 (13:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Aug 2021 14:08:11 +0000 (16:08 +0200)
commit6d6e03dbe5eff2044e0ae32acbf8b5dad6efb045
tree311bbe82fa2de91986664d05fa761e284d45d76a
parent3b35f2a6a625126c57475aa56b5357d8e80b404c
ARM: tegra: paz00: Handle device properties with software node API

The old device property API is going to be removed.
Replacing the device_add_properties() call with the software
node API equivalent, device_create_managed_software_node().

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20210817102449.39994-2-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-tegra/board-paz00.c