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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 F2AACC5519F for ; Thu, 12 Nov 2020 14:19:49 +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 85825216FD for ; Thu, 12 Nov 2020 14:19:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WpDZrbIo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 85825216FD Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.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:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WfOsiXHfIjsQBWCPxbai5NJGckzEcUyY9LKcpXp05Vk=; b=WpDZrbIouoKjMwlc9OGILvj1d yq7A2ypPDt+8OurVd6MOLSgG2zkLz9p2k0TXTwtU1Lhs6UPiouVa9cpdFkdwrkFKeq3ZhLKZhOlwu D0FcHjdwaHBHKuKxmUNX7lQmFQ5ftXGerTHQG77byJFz96J0YPDqURqSM0VvakcBe2hKXz71nDjJt wnWzme1/j5hU/gCtkqIRbOo+sbvPvDCpaaladroc/sbHuZrf+ueIyBoaxYkvqx1cKK3jUxoED+vYj 6JBWuQXd5gF7pAOVWujqAO30hX/U56csW3sd5alp4b/UhfpXeyj4vfYrJBuozfS/p6HdKly0WsU7l S4IiF3/QA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kdDQy-0001ed-9E; Thu, 12 Nov 2020 14:18:44 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kdDQv-0001dp-Gd for linux-arm-kernel@lists.infradead.org; Thu, 12 Nov 2020 14:18:42 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3E6D380AE; Thu, 12 Nov 2020 14:18:46 +0000 (UTC) Date: Thu, 12 Nov 2020 16:18:36 +0200 From: Tony Lindgren To: Nishanth Menon Subject: Re: [PATCH V2 1/5] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level Message-ID: <20201112141836.GR26857@atomide.com> References: <20201112014929.25227-1-nm@ti.com> <20201112014929.25227-2-nm@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201112014929.25227-2-nm@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201112_091841_593931_92FA4D29 X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. 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: Tero Kristo , devicetree@vger.kernel.org, Lokesh Vutla , Keerthy , linux-kernel@vger.kernel.org, Jyri Sarha , Peter Ujfalusi , Rob Herring , Tomi Valkeinen , linux-arm-kernel@lists.infradead.org, Roger Quadros 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 * Nishanth Menon [201112 01:49]: > The device tree standard states that when the status property is > not present under a node, the okay value is assumed. There are many > reasons for doing the same, the number of strings in the device > tree, default power management functionality, etc. are a few of the > reasons. Reviewed-by: Tony Lindgren _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel