From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B552CC433E1 for ; Wed, 31 Mar 2021 06:55:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90FD3619D6 for ; Wed, 31 Mar 2021 06:55:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233925AbhCaGyw (ORCPT ); Wed, 31 Mar 2021 02:54:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233920AbhCaGyj (ORCPT ); Wed, 31 Mar 2021 02:54:39 -0400 Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86690C061574 for ; Tue, 30 Mar 2021 23:54:39 -0700 (PDT) Received: by mail-il1-x131.google.com with SMTP id f5so7398675ilr.9 for ; Tue, 30 Mar 2021 23:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dowhile0-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yeKrckTzHOO3yQ+srrac1qUI6RSAohkfWzlajj4UYbQ=; b=cHobDHKUjuFxHIO9jjERbjqLRw3xGZtcVB2aoXcINXsrpF0TNju02vSTfblqB49Ejn N0zXufwFdtbmyl7ALidZIquN3zVl9/OxwcwOD05njV3HBCog9BADxoVFY0M6evOoPPVI +E6roi4QcgD6Hd25LztbBjy1fSe8N1DA+ZOIP8V4zW/akVwpPeFy4ha+Zvvq9x1gDHJa q0RCd8xhs7z/U4IdkUtkMkT8t6TbRwyUpxzhIsbJpVuqS/6ohErqnzGRrGYHaLzqTE48 PhEy1G3YCO45/myy/XNhuUNaRpix04M+XTnrXuQqKasiSzHyGEjnYnIAKcAI9AdFxXUS oMDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yeKrckTzHOO3yQ+srrac1qUI6RSAohkfWzlajj4UYbQ=; b=GR0gy6rIuZQgN8PMlWvDxbYViALdq1zpIm2cYmVedGIjkvfTD5PJ7BHc4OV6k+MDrX qXSK6NBm9suKS5jnDXcIpXXRads49Oz04n69kyMftEtzMvhVJXQLseKybrh0WqRnzKDb Jc1ABao47j26dnNN7/I7jKXqom5ArrkKExm91ncofnfaxvj1N97PeVp5uiT61qTnl1un CRhxa6q7kXAI8OaxJRNpY1GlOtJ0b9i7Y5DlWhYQnQRNOBnqJESXv6RG+PhRvbA1K1AY 37CZYOBxfPatphypVMZ2LRVT0/oxkuy6kuHDQmrTQozNhTtsHETon3vPuKNiGnP5FMt1 C6Vw== X-Gm-Message-State: AOAM532o2+49S85e2VSrJ0K9hQqsN3xU9JeL57Cv2q3VK960yi/vgI58 qogHItmtPV6w+/5E9hMpn+DbpwlyfpFgXQkVEvg11ifzc+a9ulAE X-Google-Smtp-Source: ABdhPJwhCRglchkn4NnWjXE76ksZYfjiieBsmJxN+mfE6AXkvh8KBedq8bJ2IVY67TJj0Z5ViQ+UDxzTrvUmG7b8lew= X-Received: by 2002:a05:6e02:12cc:: with SMTP id i12mr1633195ilm.10.1617173678970; Tue, 30 Mar 2021 23:54:38 -0700 (PDT) MIME-Version: 1.0 References: <20210329130758.2082126-1-linus.walleij@linaro.org> In-Reply-To: <20210329130758.2082126-1-linus.walleij@linaro.org> From: Javier Martinez Canillas Date: Wed, 31 Mar 2021 08:54:28 +0200 Message-ID: Subject: Re: [PATCH v2] Input: cyttsp - Convert bindings to YAML and extend To: Linus Walleij Cc: Dmitry Torokhov , linux-input@vger.kernel.org, devicetree@vger.kernel.org, Ferruh Yigit , Javier Martinez Canillas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Mar 29, 2021 at 3:09 PM Linus Walleij wrote: > > This converts the CYTTSP "Cypress TrueTouch Standard Product" > to YAML bindings and fixes and adds some things in the process: > > - Rename the bindings file to cypress,cy8ctma340 after the main > product in the series. > - Add proper compatibles for the two known products: > CY8CTMA340 and CY8CTST341. > - Deprecate "cypress,cyttsp-spi" and "cypress,cyttsp-i2c" > because device compatibles should be named after the > hardware and not after which bus they are connected to. > The topology implicitly tells us which bus it is and what > interface to used. > - Add VCPIN and VDD supplies, these are present just like > on the CY8CTMA140. > > Cc: devicetree@vger.kernel.org > Cc: Ferruh Yigit > Cc: Javier Martinez Canillas > Signed-off-by: Linus Walleij > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier