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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 C3701C47082 for ; Mon, 7 Jun 2021 20:25:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A664C61182 for ; Mon, 7 Jun 2021 20:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230454AbhFGU0v (ORCPT ); Mon, 7 Jun 2021 16:26:51 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:40098 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230422AbhFGU0v (ORCPT ); Mon, 7 Jun 2021 16:26:51 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 157KOtqb003693; Mon, 7 Jun 2021 15:24:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623097495; bh=soaO8j6FeW+HBW6qIKwrpmt+kh6ODk1iTx9WHdjq7J0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=anyt0Jvfd4rh5v8/d3gqR51gobNXklYkl/fiGPoq69zsNpgbYny/riM/DByfHEPAY Qc8qpCM44B1A+Kl0/pdWzn2TezAeIevBSOBNOOU6qwq0gjuSot3k7uIIE06vnuzTfV MiLyx+6I+qd+AHRM14yk8Qfkvy5X5aRpUL7+Ogsg= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 157KOt7r037883 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 7 Jun 2021 15:24:55 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 7 Jun 2021 15:24:54 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Mon, 7 Jun 2021 15:24:54 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 157KOsZK127941; Mon, 7 Jun 2021 15:24:54 -0500 Date: Mon, 7 Jun 2021 15:24:54 -0500 From: Nishanth Menon To: Aswath Govindraju CC: Lokesh Vutla , Vignesh Raghavendra , Kishon Vijay Abraham I , Grygorii Strashko , Mark Brown , Rob Herring , =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Tero Kristo , , , , , Subject: Re: [PATCH 3/5] arm64: dts: ti: am65: align ti,pindir-d0-out-d1-in property with dt-shema Message-ID: <20210607202454.7rhc7ufiphgrhqqx@rejoice> References: <20210602123416.20378-1-a-govindraju@ti.com> <20210602123416.20378-4-a-govindraju@ti.com> <20210607134047.isfuedgjxpubpcb5@ungloved> <9e27bd14-e16a-4177-bba8-d5d0e5638f04@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <9e27bd14-e16a-4177-bba8-d5d0e5638f04@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 19:18-20210607, Aswath Govindraju wrote: > Hi Nishanth, > > On 07/06/21 7:10 pm, Nishanth Menon wrote: > > On 18:04-20210602, Aswath Govindraju wrote: > >> ti,pindir-d0-out-d1-in property is expected to be of type boolean. > >> Therefore, fix the property accordingly. > >> > >> Signed-off-by: Aswath Govindraju > > No need for Fixes? > > > > Functionality wise this is not a bug as the driver only checks for the > presence of the property. This is the reason why I did not include fixes. > Argument was based on device tree is considered independent of what or what not a driver does. > > Also please split up the patches per maintainer so that we are'nt > > confused on who should pick what etc.. > > > > okay. Will be aware of this from next time. > Actually, I have dropped this off my list. I am assuming you'd want the bindings to be merged after the dts cleanup is done. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D