f1daaf2e66f2a2275467273b2d344a1b62df0083
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0865-overlays-rpi-ft5406-Fix-boolean-parameters.patch
1 From e61f4babc548c69b26f60c93eaa4e20d676db8b8 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Sat, 4 Jul 2020 22:19:26 +0100
4 Subject: [PATCH] overlays: rpi-ft5406: Fix boolean parameters
5
6 An improvement in the automated testing of overlays revealed
7 these invalid boolean parameter declarations.
8
9 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
10 ---
11 arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 --- a/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
15 +++ b/arch/arm/boot/dts/overlays/rpi-ft5406-overlay.dts
16 @@ -18,8 +18,8 @@
17 __overrides__ {
18 touchscreen-size-x = <&ts>,"touchscreen-size-x:0";
19 touchscreen-size-y = <&ts>,"touchscreen-size-y:0";
20 - touchscreen-inverted-x = <&ts>,"touchscreen-inverted-x:?";
21 - touchscreen-inverted-y = <&ts>,"touchscreen-inverted-y:?";
22 - touchscreen-swapped-x-y = <&ts>,"touchscreen-swapped-x-y:?";
23 + touchscreen-inverted-x = <&ts>,"touchscreen-inverted-x?";
24 + touchscreen-inverted-y = <&ts>,"touchscreen-inverted-y?";
25 + touchscreen-swapped-x-y = <&ts>,"touchscreen-swapped-x-y?";
26 };
27 };