Message ID | 20220702032921.22433-1-samuel@sholland.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: display: sun4i: Fix D1 pipeline count | expand |
Dne sobota, 02. julij 2022 ob 05:29:21 CEST je Samuel Holland napisal(a): > When adding the bindings for the D1 display engine, I missed the > condition for the number of pipelines. D1 has two mixers, so it > will have two pipeline references. > > Fixes: ae5a5d26c15c ("dt-bindings: display: Add D1 display engine > compatibles") Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej
Dne sobota, 02. julij 2022 ob 21:06:07 CEST je Jernej Škrabec napisal(a): > Dne sobota, 02. julij 2022 ob 05:29:21 CEST je Samuel Holland napisal(a): > > When adding the bindings for the D1 display engine, I missed the > > condition for the number of pipelines. D1 has two mixers, so it > > will have two pipeline references. > > > > Fixes: ae5a5d26c15c ("dt-bindings: display: Add D1 display engine > > compatibles") Signed-off-by: Samuel Holland <samuel@sholland.org> > > Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Applied, thanks! Best regards, Jernej
diff --git a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml index c388ae5da1e4..c9c346e6228e 100644 --- a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml +++ b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml @@ -94,6 +94,7 @@ if: - allwinner,sun8i-a83t-display-engine - allwinner,sun8i-r40-display-engine - allwinner,sun9i-a80-display-engine + - allwinner,sun20i-d1-display-engine - allwinner,sun50i-a64-display-engine then:
When adding the bindings for the D1 display engine, I missed the condition for the number of pipelines. D1 has two mixers, so it will have two pipeline references. Fixes: ae5a5d26c15c ("dt-bindings: display: Add D1 display engine compatibles") Signed-off-by: Samuel Holland <samuel@sholland.org> --- .../bindings/display/allwinner,sun4i-a10-display-engine.yaml | 1 + 1 file changed, 1 insertion(+)