[PATCH 2/2] ARM: dts: stm32: Fix touchscreen node
Alexandre TORGUE
alexandre.torgue at foss.st.com
Mon May 31 23:51:44 PDT 2021
On 4/26/21 5:00 PM, Marek Vasut wrote:
> Fix make dtbs_check warning:
> arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dt.yaml:0:0: /soc/i2c at 40015000/polytouch at 38: failed to match any schema with compatible: ['edt,edt-ft5x06']
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Alexandre Torgue <alexandre.torgue at st.com>
> Cc: Patrice Chotard <patrice.chotard at st.com>
> Cc: Patrick Delaunay <patrick.delaunay at st.com>
> Cc: linux-stm32 at st-md-mailman.stormreply.com
> To: linux-arm-kernel at lists.infradead.org
> ---
> arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi
> index 0fbf9913e8df..b8c8f0b284c3 100644
> --- a/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi
> +++ b/arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi
> @@ -182,8 +182,8 @@ sgtl5000_rx_endpoint: endpoint at 1 {
>
> };
>
> - polytouch at 38 {
> - compatible = "edt,edt-ft5x06";
> + touchscreen at 38 {
> + compatible = "edt,edt-ft5406";
> reg = <0x38>;
> interrupt-parent = <&gpiog>;
> interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO E */
>
Applied on stm32-next.
Thanks.
Alex
More information about the linux-arm-kernel
mailing list