From: Andrew Scheller Date: Thu, 19 Oct 2023 13:13:36 +0000 (+0100) Subject: Typo in overlays README X-Git-Tag: accepted/tizen/unified/20240422.153132~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b01546bf274451304514def0a4aadb453d4ca2f;p=platform%2Fkernel%2Flinux-rpi.git Typo in overlays README touchscreen-size-y for rpi-ft5406 defaults to 480, not 600 --- diff --git a/arch/arm/boot/dts/overlays/README b/arch/arm/boot/dts/overlays/README index a030e11..d9ef0cd 100644 --- a/arch/arm/boot/dts/overlays/README +++ b/arch/arm/boot/dts/overlays/README @@ -3742,7 +3742,7 @@ Name: rpi-ft5406 Info: Official Raspberry Pi display touchscreen Load: dtoverlay=rpi-ft5406,= Params: touchscreen-size-x Touchscreen X resolution (default 800) - touchscreen-size-y Touchscreen Y resolution (default 600); + touchscreen-size-y Touchscreen Y resolution (default 480); touchscreen-inverted-x Invert touchscreen X coordinates (default 0); touchscreen-inverted-y Invert touchscreen Y coordinates (default 0); touchscreen-swapped-x-y Swap X and Y cordinates (default 0);