Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5003528pxj; Tue, 25 May 2021 23:55:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbdQhPC8gEvkJtNn8AcPF2/WFF1glSPNQUJm7RZ6edImVRQUuMFRFvNrHDG1wJdsnsAoBj X-Received: by 2002:aa7:de19:: with SMTP id h25mr36390007edv.84.1622012136803; Tue, 25 May 2021 23:55:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622012136; cv=none; d=google.com; s=arc-20160816; b=s0MIeUaasoPOF16aWqfLhZ0I5Z2Ao7X4U0WVugOezOnqsWWEnAJF+la9yN/ngl3+os tAjsYrrBlFbAeRQ+seMZTzgkJo4Ba8I/cUHKFzwlWUtfcfLr2c7umuaFon8ilxVpCdfd uKcEp7uuHUUK6FE1gES0sJkNLPUkjvW1Ufo4+LCOov/xOzbEjzJpPi508XAGeAbuv8Uc 2hrJUaGZCJEHmrN4dVecYgnip8EK/EoYHiFk5DEu6KYS7/AOqqCouvj4kZ7mRqhocOG/ NMM3l4gyfrcZEGp3PBVOjt5t07xZhZEw0iKhHn5PoiiMzuRdbXCsl5r9FZY9BAXt1VSj 09Ew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=148HmyVjpyS6OfneIsz9Oo+8HXbQM1RK+ElbO3TAw4E=; b=AcGAnwUHusAL7LcDH36fcEovT5g7uEODiKvcukwyOJ2aYuqEA8fisSVscqF0OkBnBd LiIBzi+bxE7xJtVleX8rVHbouuUjx2wfFMrZ3DZlIkIXOUsAnOr+AuY4H9Q0ltqH6O4y fMbjzyaKPlTnClAlwZWpRCC9r51j4xTuFzpcp2aY27KXy+nu/qud6eKc/kKVMy9ZipYs stHoOokwRfDezLrwMTrizb6Deyq8gaAA8BRCFOFUdsS1E+DO+cZPemIXN1BnVKfEBxO2 CsXkDjn/jD6LTeAAGtDe+WMS/UvKOlVDEDhqCEVA5WKbGngFzL1QvatHdaXuS71zSWT3 q/Kw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gs12si1730045ejb.197.2021.05.25.23.55.13; Tue, 25 May 2021 23:55:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233085AbhEZGyQ (ORCPT + 99 others); Wed, 26 May 2021 02:54:16 -0400 Received: from muru.com ([72.249.23.125]:60546 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233035AbhEZGyG (ORCPT ); Wed, 26 May 2021 02:54:06 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0D2C080AE; Wed, 26 May 2021 06:52:38 +0000 (UTC) Date: Wed, 26 May 2021 09:52:30 +0300 From: Tony Lindgren To: Vignesh Raghavendra Cc: Grygorii Strashko , Andreas Kemnade , Rob Herring , linux-omap@vger.kernel.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linux ARM Mailing List , Nishanth Menon Subject: Re: [PATCH v2] dt-bindings: i2c: Move i2c-omap.txt to YAML format Message-ID: References: <20210506140026.31254-1-vigneshr@ti.com> <429a740a-c2b9-1cf8-ed2b-0fb7b1bea422@ti.com> <20210507163602.219894f4@aktux> <1ef076ac-e0de-a0df-a918-aeb8ed6c5956@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Vignesh Raghavendra [210510 11:06]: > What do you prefer here? Removing dmas from schema would mean I would > have to delete dmas property from omap2/3 dtsi files that list dmas > property today? Note that driver does not support DMA mode today. If the dma channels are not used by the driver, and not in the binding, it's unlikely they will ever get used. Sure the dma channels describe the hardware, and there's a slim chance some other OS needs them, but I doubt it. It seems weird we stop describing hardware in the devicetree to avoid binding check warnings though. Up to you to figure out what you want to do as far as I'm concerned. Regards, Tony