Skip to content

Commit 4c5d1c0

Browse files
macromorganyafen
authored and
yafen
committed
overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel
Add support for the Geekworm mzp280 DPI panel to the generic vc4-kms-dpi-panel overlay. Signed-off-by: Chris Morgan <[email protected]>
1 parent 6109720 commit 4c5d1c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,6 +3665,7 @@ Info: Enable a preconfigured KMS DPI panel.
36653665
Load: dtoverlay=vc4-kms-dpi-panel,<param>=<val>
36663666
Params: at056tn53v1 Enable an Innolux 5.6in VGA TFT
36673667
kippah-7inch Enable an Adafruit Kippah with 7inch panel.
3668+
mzp280 Enable a Geekworm MZP280 panel.
36683669
backlight-gpio Defines a GPIO to be used for backlight control
36693670
(default of none).
36703671
backlight-pwm Defines a PWM channel to be used for backlight

arch/arm/boot/dts/overlays/vc4-kms-dpi-panel-overlay.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
compatible = "ontat,yx700wv03", "simple-panel";
2424
};
2525
};
26+
fragment@2 {
27+
target = <&panel>;
28+
__dormant__ {
29+
compatible = "geekworm,mzp280", "simple-panel";
30+
};
31+
};
2632

2733
fragment@90 {
2834
target = <&dpi>;
@@ -58,5 +64,6 @@
5864
__overrides__ {
5965
at056tn53v1 = <0>, "+0+90";
6066
kippah-7inch = <0>, "+1+91";
67+
mzp280 = <0>, "+2+93";
6168
};
6269
};

0 commit comments

Comments
 (0)