spi: mpc5xxx-psc: Consistently use device property APIs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 Mar 2023 18:31:15 +0000 (20:31 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2023 13:58:34 +0000 (13:58 +0000)
commit3169c5816a55ba671e9c8a671c6c75818d30c657
treeb8d8227ef940a30f6422f411ee65e05b343a8fe0
parent289c084ddc1317e6ed911911f95371679c10af1e
spi: mpc5xxx-psc: Consistently use device property APIs

Instead of calling the OF APIs mixed with device property APIs,
just switch to use the latter everywhere.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230306183115.87314-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mpc52xx-psc.c