On Thu, 09 Jan 2025 12:23:00 -0600, Rob Herring (Arm) wrote:
> The use of of_property_read_bool() for non-boolean properties is
> deprecated in favor of of_property_present() when testing for property
> presence.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.gi
The use of of_property_read_bool() for non-boolean properties is
deprecated in favor of of_property_present() when testing for property
presence.
Signed-off-by: Rob Herring (Arm)
---
sound/soc/fsl/fsl-asoc-card.c| 2 +-
sound/soc/fsl/imx-audmux.c | 2 +-