]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/omap/dss: Use of_property_present() to test existence of DT property
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 14 Jan 2025 14:58:39 +0000 (15:58 +0100)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 24 Jan 2025 07:20:48 +0000 (09:20 +0200)
commit2654d4711375ec32ffb8c83644e3af716d009b63
treee3a627404cff67aa5171ce55f04bd4c7792d2eec
parent6ce24b3450b8e8132b74d4f0b43a48f4e370e825
drm/omap/dss: Use of_property_present() to test existence of DT property

of_property_read_bool() should be used only on boolean properties.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250114145840.505459-1-krzysztof.kozlowski@linaro.org
drivers/gpu/drm/omapdrm/dss/dss.c