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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B571AC48260 for ; Tue, 13 Feb 2024 08:16:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=adczUpR7lGeqGtbOGMg50e9kPy971i4obC9jEpWSMOk=; b=IZed0XtTgVEe+8 jaiXBK5LkJb6hH6Kvzcmyoo5V8ja8dW4eSiWJ1IdDaVnNRpuL7PRB8OIhs9dE3EQpqbfoFTNF+w8Z jNsdmX5lUTJfNu1VIkQVkiMlkpOYCIGX6hWM6x+KnqxdrR7LhAwnk4wv+X62aW8uTF+pjyDvH4JPd HA9jujbGOObbozHDRh+31nlKR//oBH+dwEyGvI+jTQlD37L5uPnyJmhV7vXte3iI+x060Wc7zb/f9 FDqgAt96gpQYEFr4XXWphpLXS32vzOJu2TJBP+QW367qQaxsZcWYrdn2oj0+Dx+PmnEvQ3BrYMSjk QPR31YOv04EwZivYl8Fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZnxR-00000008MOl-16uP; Tue, 13 Feb 2024 08:16:01 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZnxN-00000008MLH-1HoG for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 08:15:59 +0000 Received: from francesco-nb (unknown [5.170.16.17]) by mail11.truemail.it (Postfix) with ESMTPA id 59F491FDBE; Tue, 13 Feb 2024 09:15:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1707812148; bh=qa9g6JHYXRNvSH7o+p2aLOAnOYPsxZBPVhohALq2dRo=; h=From:To:Subject; b=T5s4QsoqMEC6Aya3tHWFNsxDZffu3zc3VgvZbXSnIYemxuARche6nYs2iCyb4x4bU CgpQZ+DJxnw3A6AksOx9WFL5MAY5DoKL1cXlFFhpxFwtQCjCIjhqeDwSfNqwIFM3n5 WdCrp82SeFN8tHcp6Osi20/c4ROFqVTtMrjYZkbXbEdp7cuq3nzmYvjxDJTKwW89c2 +8NCJZ8zVrATox4a2nB/D7uEXOE15WmK6VD5VAIgDAohp8TqtGp3O2apSnksXw+y2h QukkDvCJTBdUVWlPbeXJXnZxQZaEA/3dn/VV+nUEeWI/5UQ5wJ2CbjQx7icQmLX7NO b+cpkVOc1v67w== Date: Tue, 13 Feb 2024 09:15:43 +0100 From: Francesco Dolcini To: Judith Mendez Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Wadim Egorov , Francesco Dolcini Subject: Re: [PATCH v2 6/9] arm64: dts: ti: k3-am6*: Remove DLL properties for soft PHYs Message-ID: <20240213081543.GA3810@francesco-nb> References: <20240213002416.1560357-1-jm@ti.com> <20240213002416.1560357-7-jm@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240213002416.1560357-7-jm@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240213_001558_259542_8526B5DC X-CRM114-Status: UNSURE ( 7.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Judith, you asked for tests, but if this property does nothing on AM62 there is no much to test, these changes will just have zero effect given your explanation. On Mon, Feb 12, 2024 at 06:24:13PM -0600, Judith Mendez wrote: > Remove DLL properties which are not applicable for soft PHYs > since these PHYs do not have a DLL to enable. > > Signed-off-by: Judith Mendez Acked-by: Francesco Dolcini # Verdin AM62 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel