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=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 B86D9C2D0E4 for ; Tue, 17 Nov 2020 12:52:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 587392223C for ; Tue, 17 Nov 2020 12:52:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="gOf7UQvv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728390AbgKQMwq (ORCPT ); Tue, 17 Nov 2020 07:52:46 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:50430 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727350AbgKQMwq (ORCPT ); Tue, 17 Nov 2020 07:52:46 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0AHCqbYq053910; Tue, 17 Nov 2020 06:52:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1605617557; bh=DGMIL9bjshIBnyCRIB0aJStK052SCWOqCEtJuYD63dA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=gOf7UQvvP/nupM8xdhGmnj9rVHHvVqJ8Hd9q/4ipEdPBUk1ZL7HBbN86hLs7/hXlD m5dBLshi4sOA2VJNpC783fJaF/XnYhZ+YRl2WPhSH3x+TAdbHMo0qCPtH0LNPWPHe8 i8y6MCZzcWJzhVRSzTx2loQineSwhda8h7xwpfMc= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0AHCqbjP036824 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 17 Nov 2020 06:52:37 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 17 Nov 2020 06:52:36 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 17 Nov 2020 06:52:37 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0AHCqaMw119516; Tue, 17 Nov 2020 06:52:37 -0600 From: Nishanth Menon To: Peter Ujfalusi , Tomi Valkeinen , Roger Quadros , Tero Kristo , Tony Lindgren , Rob Herring , Keerthy , Nishanth Menon , Jyri Sarha , Lokesh Vutla CC: , , Subject: Re: [PATCH V4 0/5] arm64: dts: ti: Cleanup mix of "okay" and "disabled" Date: Tue, 17 Nov 2020 06:52:35 -0600 Message-ID: <160561743968.22347.10185221222649723152.b4-ty@ti.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201113211826.13087-1-nm@ti.com> References: <20201113211826.13087-1-nm@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Nov 2020 15:18:21 -0600, Nishanth Menon wrote: > V4 changes: > - drops the fixes tags (as this is not strictly a stable fix) > > Repost. older versions v3[3] v2[2] v1[1] > > Summarising the blurb of the discussion[4] we have had, there are few > options one could take when dealing with SoC dtsi and board dts: > > [...] I have applied this revision to branch ti-k3-dts-next on [1]. Thank you! [1/5] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level commit: af03de2b9b908e776c233744b84ce9dbb70dcafb [2/5] arm64: dts: ti: k3-j721e*: Cleanup disabled nodes at SoC dtsi level commit: 5d1bedf252db3ec2becb9f43c55e0f33af1fd7fc [3/5] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto commit: bfbf9be725d8effdbb60eb2ece44c06ae87a54de [4/5] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB commit: 90e6c38848f8e86047e0e758c0725b155e2e349b [5/5] arm64: dts: ti: am65/j721e/j7200: Mark firmware used uart as "reserved" commit: 4cc34aa8a208665aa0362a615deefc3db6a5d7bd [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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=-11.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 8C284C2D0E4 for ; Tue, 17 Nov 2020 12:53:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 07D212222B for ; Tue, 17 Nov 2020 12:53:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="mUII9z+i"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="gOf7UQvv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07D212222B Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kZlxVJBNKbpmXfvjn7lZSLVDciGKXEc7dkmEIXDVDxo=; b=mUII9z+i25Z/IfnEUrTw5NDDN Mc5MvYrdxAyJRMiiQ9oYPXsUVN7v/uvn0io0hu4/d2PONyCwQ2gKfb0eGy/KigONxs9VuXEvOKKI2 7EYEcEhXuWCQ5lilcfMi9EZa0hXSMdgVOgIRN8kPc1iXtqxq5XfpayZYuxj8uc8wSxyqibs5V6Z6H MyKZrMJB38MX8E/kjzZlvqJnQ+gzrQNzD5qp7gdA+S/lQM/UdVlwIPDZmlygpF3VjNhZmdDD80YHc pOpuOAj2P3Zvu67aBeuVD3SXx4gVYqNgKDHTptskO8cGMzHiMJWtajr8gUQv3TY03wfSuOOiFv3Ew JMyYLUt3w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kf0TW-0008In-Pb; Tue, 17 Nov 2020 12:52:46 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kf0TT-0008Fe-VW for linux-arm-kernel@lists.infradead.org; Tue, 17 Nov 2020 12:52:45 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0AHCqbYq053910; Tue, 17 Nov 2020 06:52:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1605617557; bh=DGMIL9bjshIBnyCRIB0aJStK052SCWOqCEtJuYD63dA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=gOf7UQvvP/nupM8xdhGmnj9rVHHvVqJ8Hd9q/4ipEdPBUk1ZL7HBbN86hLs7/hXlD m5dBLshi4sOA2VJNpC783fJaF/XnYhZ+YRl2WPhSH3x+TAdbHMo0qCPtH0LNPWPHe8 i8y6MCZzcWJzhVRSzTx2loQineSwhda8h7xwpfMc= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0AHCqbjP036824 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 17 Nov 2020 06:52:37 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 17 Nov 2020 06:52:36 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 17 Nov 2020 06:52:37 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0AHCqaMw119516; Tue, 17 Nov 2020 06:52:37 -0600 From: Nishanth Menon To: Peter Ujfalusi , Tomi Valkeinen , Roger Quadros , Tero Kristo , Tony Lindgren , Rob Herring , Keerthy , Nishanth Menon , Jyri Sarha , Lokesh Vutla Subject: Re: [PATCH V4 0/5] arm64: dts: ti: Cleanup mix of "okay" and "disabled" Date: Tue, 17 Nov 2020 06:52:35 -0600 Message-ID: <160561743968.22347.10185221222649723152.b4-ty@ti.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201113211826.13087-1-nm@ti.com> References: <20201113211826.13087-1-nm@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201117_075244_241681_325DA67A X-CRM114-Status: GOOD ( 10.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 13 Nov 2020 15:18:21 -0600, Nishanth Menon wrote: > V4 changes: > - drops the fixes tags (as this is not strictly a stable fix) > > Repost. older versions v3[3] v2[2] v1[1] > > Summarising the blurb of the discussion[4] we have had, there are few > options one could take when dealing with SoC dtsi and board dts: > > [...] I have applied this revision to branch ti-k3-dts-next on [1]. Thank you! [1/5] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level commit: af03de2b9b908e776c233744b84ce9dbb70dcafb [2/5] arm64: dts: ti: k3-j721e*: Cleanup disabled nodes at SoC dtsi level commit: 5d1bedf252db3ec2becb9f43c55e0f33af1fd7fc [3/5] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto commit: bfbf9be725d8effdbb60eb2ece44c06ae87a54de [4/5] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB commit: 90e6c38848f8e86047e0e758c0725b155e2e349b [5/5] arm64: dts: ti: am65/j721e/j7200: Mark firmware used uart as "reserved" commit: 4cc34aa8a208665aa0362a615deefc3db6a5d7bd [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel