Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display: st: add new compatible to LVDS device

Update the compatible to accept both "st,stm32mp255-lvds" and
st,stm32mp25-lvds" respectively. Default will fall back to
"st,stm32mp25-lvds".

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Yannick Fertre <yannick.fertre@foss.st.com>
Link: https://lore.kernel.org/r/20250822-drm-misc-next-v5-3-9c825e28f733@foss.st.com
Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>

+6 -1
+6 -1
Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
··· 31 31 32 32 properties: 33 33 compatible: 34 - const: st,stm32mp25-lvds 34 + oneOf: 35 + - items: 36 + - enum: 37 + - st,stm32mp255-lvds 38 + - const: st,stm32mp25-lvds 39 + - const: st,stm32mp25-lvds 35 40 36 41 "#clock-cells": 37 42 const: 0