diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-09-11 14:23:26 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-21 04:48:07 -0400 |
commit | a8da66f45467bd2bc304f12c9363df786c3dae51 (patch) | |
tree | c30aa4d5458adbd81dbb8e733fe1a307e5768d99 | |
parent | 072c3d7e007d51405729e9fc4aeb8fe46687ba86 (diff) |
ARM: dts: sun8i: Add touchscreen node for sun8i-a23-polaroid-mid2809pxe04
Add a node enabling the gsl3670 touchscreen controller found on
sun8i-a23-polaroid-mid2809pxe04 tablets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts index c9213caf7424..9955f85f9147 100644 --- a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts +++ b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts | |||
@@ -90,3 +90,12 @@ | |||
90 | allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; | 90 | allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; |
91 | }; | 91 | }; |
92 | }; | 92 | }; |
93 | |||
94 | &touchscreen { | ||
95 | reg = <0x40>; | ||
96 | compatible = "silead,gsl3670"; | ||
97 | firmware-name = "gsl3670-polaroid-mid2809pxe04.fw"; | ||
98 | touchscreen-size-x = <1660>; | ||
99 | touchscreen-size-y = <890>; | ||
100 | status = "okay"; | ||
101 | }; | ||