efi/apple-properties: Handle device properties with software node API
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Thu, 4 Mar 2021 08:28:37 +0000 (11:28 +0300)
committerArd Biesheuvel <ardb@kernel.org>
Sat, 22 May 2021 12:06:59 +0000 (14:06 +0200)
commit55fc610c8cdae353737dbc2d59febd3c1a697095
tree5d93a837b36d34a0d361238d74d8738867b9a520
parent942859d969de7f6f7f2659a79237a758b42782da
efi/apple-properties: 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().

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/apple-properties.c