Add support for the Geekworm mzp280 DPI panel to the generic
vc4-kms-dpi-panel overlay.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Load: dtoverlay=vc4-kms-dpi-panel,<param>=<val>
Params: at056tn53v1 Enable an Innolux 5.6in VGA TFT
kippah-7inch Enable an Adafruit Kippah with 7inch panel.
+ mzp280 Enable a Geekworm MZP280 panel.
backlight-gpio Defines a GPIO to be used for backlight control
(default of none).
backlight-pwm Defines a PWM channel to be used for backlight
compatible = "ontat,yx700wv03", "simple-panel";
};
};
+ fragment@2 {
+ target = <&panel>;
+ __dormant__ {
+ compatible = "geekworm,mzp280", "simple-panel";
+ };
+ };
fragment@90 {
target = <&dpi>;
__overrides__ {
at056tn53v1 = <0>, "+0+90";
kippah-7inch = <0>, "+1+91";
+ mzp280 = <0>, "+2+93";
};
};