[RESEND PATCH v2] riscv: cacheinfo: Use of_property_present() for non-boolean properties

Geert Uytterhoeven geert at linux-m68k.org
Tue Jan 14 02:52:14 PST 2025


Hi Rob,

Thanks for your patch!

On Tue, Dec 31, 2024 at 5:14 PM Rob Herring (Arm) <robh at kernel.org> 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.

Please add

    This gets rid of the following boot warnings:

        OF: /cpus/cpu at 0: Read of boolean property 'i-cache-size' with a value.
        OF: /cpus/cpu at 0: Read of boolean property 'd-cache-size' with a value.
        OF: /soc/cache-controller at 13400000: Read of boolean property
'cache-size' with a value.

so the next person doesn't have to dive into the code to find this patch ;-)

> Reviewed-by: Clément Léger <cleger at rivosinc.com>
> Signed-off-by: Rob Herring (Arm) <robh at kernel.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas at glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds



More information about the linux-riscv mailing list