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=-13.0 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,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,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 B14CFC4338F for ; Thu, 12 Aug 2021 04:27:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E8E360F91 for ; Thu, 12 Aug 2021 04:27:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229728AbhHLE2Q (ORCPT ); Thu, 12 Aug 2021 00:28:16 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:50422 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229531AbhHLE2P (ORCPT ); Thu, 12 Aug 2021 00:28:15 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 17C4RRDo125344; Wed, 11 Aug 2021 23:27:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1628742447; bh=iF6TXWlu/7BN6tFnOQ3ZbEOM5ijC2iPD8CFeDGOKIE4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=a+QyFjd7T9tST0c8cqCFt0e18lXC5RxXOPfrQ1aVb6dyPz+uFQ/YBNnciKL6mhWs7 Y32+4jPfgvNLWXHDAUvcJYeBOXbMczIdTLJ8ySvLeayhP5P1uv+H8O/zQ/CETwzpPd d2FcJfp7oZFIH6N2/qzvUhMnzEDn4lIV6oVe7IhE= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 17C4RR1j070725 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 11 Aug 2021 23:27:27 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 11 Aug 2021 23:27:26 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.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; Wed, 11 Aug 2021 23:27:26 -0500 Received: from [10.250.232.51] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 17C4RMUo100073; Wed, 11 Aug 2021 23:27:23 -0500 Subject: Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: Remove #address-cells and #size-cells property from at93c46d dt node To: Andrew Lunn , Shawn Guo , Sascha Hauer CC: Lokesh Vutla , Pengutronix Kernel Team , Stefan Agner , Rob Herring , Cory Tusar , , , References: <20210810064420.9489-1-a-govindraju@ti.com> From: Aswath Govindraju Message-ID: <1cd133b5-5242-3394-5dc8-50a641dabf3a@ti.com> Date: Thu, 12 Aug 2021 09:57:21 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Andrew, On 12/08/21 12:44 am, Andrew Lunn wrote: > On Tue, Aug 10, 2021 at 12:14:20PM +0530, Aswath Govindraju wrote: > Hi Aswath > > You did not put a To: in the email, so it is unclear which maintainer > you expect to pickup this patch. > Thank you for pointing it out and the review. >From the MAINTAINERS documentation I see that Shawn Guo, and Sascha Hauer are the maintainers for this file. Thanks, Aswath >> Remove #address-cells and #size-cells property from at93c46d device tree >> node as it does not have child nodes. >> >> Fixes: 1556063fde42 ("ARM: dts: vf610-zii-dev: Add ZII development board.") >> Signed-off-by: Aswath Govindraju > > Reviewed-by: Andrew Lunn > > Andrew >