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

dt-bindings: display: sunxi: Fix compatible

Commit f5a98bfe7b37 ("dt-bindings: display: Convert Allwinner display
pipeline to schemas") introduced a YAML schema for the Allwinner TCON DT
binding, but the H6 TCON-TV compatible was mistakenly set to fallback on
the A83t's, while the initial documentation and the DT are using R40's.

Fix that.

Fixes: f5a98bfe7b37 ("dt-bindings: display: Convert Allwinner display pipeline to schemas")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200210100455.78695-1-maxime@cerno.tech

+5 -1
+5 -1
Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml
··· 43 43 - enum: 44 44 - allwinner,sun8i-h3-tcon-tv 45 45 - allwinner,sun50i-a64-tcon-tv 46 - - allwinner,sun50i-h6-tcon-tv 47 46 - const: allwinner,sun8i-a83t-tcon-tv 47 + 48 + - items: 49 + - enum: 50 + - allwinner,sun50i-h6-tcon-tv 51 + - const: allwinner,sun8i-r40-tcon-tv 48 52 49 53 reg: 50 54 maxItems: 1