Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drm/panel: Fix default values for Waveshare 7.9 inch DSI touchscreen #5565

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
7_0_inchC = <&panel>, "compatible=waveshare,7.0inch-c-panel",
<&touch>, "touchscreen-size-x:0=800",
<&touch>, "touchscreen-size-y:0=480";
7_9_inch = <&panel>, "compatible=waveshare,7.9inch-panel",

Check failure on line 95 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 95 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
<&touch>, "touchscreen-size-x:0=400",
<&touch>, "touchscreen-size-y:0=1280",
<&touch>, "touchscreen-size-x:0=4096",

Check failure on line 96 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 96 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
<&touch>, "touchscreen-size-y:0=4096",

Check failure on line 97 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 97 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
<&touch>, "touchscreen-inverted-x?",

Check failure on line 98 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 98 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
<&touch>, "touchscreen-inverted-y?";
<&touch>, "touchscreen-swapped-x-y?";

Check failure on line 99 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 99 in arch/arm/boot/dts/overlays/vc4-kms-dsi-waveshare-panel-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
8_0_inch = <&panel>, "compatible=waveshare,8.0inch-panel",
<&touch>, "touchscreen-size-x:0=800",
<&touch>, "touchscreen-size-y:0=1280",
Expand Down