soc: ti: Use of_property_read_bool() for boolean properties
authorRob Herring <robh@kernel.org>
Fri, 10 Mar 2023 14:47:25 +0000 (08:47 -0600)
committerNishanth Menon <nm@ti.com>
Sat, 11 Mar 2023 11:57:07 +0000 (05:57 -0600)
commit82e46bf71780940a5e060fcb02397ecf7f55e768
treef4ceab1ab1c3a9e8ea2813a4b4b34a0b3327892b
parent1b1b863a8898ad8348b7dfe812cab26cea9099bf
soc: ti: Use of_property_read_bool() for boolean properties

It is preferred to use typed property access functions (i.e.
of_property_read_<type> functions) rather than low-level
of_get_property/of_find_property functions for reading properties.
Convert reading boolean properties to of_property_read_bool().

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230310144726.1545453-1-robh@kernel.org
drivers/soc/ti/knav_dma.c
drivers/soc/ti/knav_qmss_acc.c
drivers/soc/ti/knav_qmss_queue.c
drivers/soc/ti/wkup_m3_ipc.c