File tree 2 files changed +8
-0
lines changed
arch/arm/boot/dts/overlays 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3665,6 +3665,7 @@ Info: Enable a preconfigured KMS DPI panel.
3665
3665
Load: dtoverlay=vc4-kms-dpi-panel,<param>=<val>
3666
3666
Params: at056tn53v1 Enable an Innolux 5.6in VGA TFT
3667
3667
kippah-7inch Enable an Adafruit Kippah with 7inch panel.
3668
+ mzp280 Enable a Geekworm MZP280 panel.
3668
3669
backlight-gpio Defines a GPIO to be used for backlight control
3669
3670
(default of none).
3670
3671
backlight-pwm Defines a PWM channel to be used for backlight
Original file line number Diff line number Diff line change 23
23
compatible = "ontat,yx700wv03", "simple-panel";
24
24
};
25
25
};
26
+ fragment@2 {
27
+ target = <&panel>;
28
+ __dormant__ {
29
+ compatible = "geekworm,mzp280", "simple-panel";
30
+ };
31
+ };
26
32
27
33
fragment@90 {
28
34
target = <&dpi>;
58
64
__overrides__ {
59
65
at056tn53v1 = <0>, "+0+90";
60
66
kippah-7inch = <0>, "+1+91";
67
+ mzp280 = <0>, "+2+93";
61
68
};
62
69
};
You can’t perform that action at this time.
0 commit comments