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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C97B4C433F5 for ; Fri, 1 Oct 2021 10:08:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A691A61A54 for ; Fri, 1 Oct 2021 10:08:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353352AbhJAKKG (ORCPT ); Fri, 1 Oct 2021 06:10:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:37598 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230073AbhJAKKG (ORCPT ); Fri, 1 Oct 2021 06:10:06 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6081A6134F; Fri, 1 Oct 2021 10:08:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633082902; bh=jIoDVs/Z/LVK/g4wkFRFhOcING/G9KP8xXEzegnDoIM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C0iK1JzL0JPU29PHAivKdGtf+bGgGvCC86oEWoiUl+98XOPJw0PXPHomrbGsmvpBT pZq+/uWqqqsVs0oKgYKumeYQBwfa6toQ2lGiIapiRsOgeVb8f6Bq+qWyAPB14rjAvm eWekvrsLJa3S1VSNCBI11/pRgV2aiDRYLyO9D23Mc178tBn4Vwm7mWiYDcPCwWmmgW QBYfZfKbKrA7uZZBt8Nk/UrxvN3jKCmCmpbjJdj/8iR85IkI2Dj5xCS4Gw8dI+hjWr 6jtB+JNmz1vFXJYyFAus4z33+a/r/gFBZO3N7/JgbUjkWrY481t2NC5seMbEw5zjdt kYsqdH3V3fl6A== Date: Fri, 1 Oct 2021 15:38:18 +0530 From: Vinod Koul To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Kishon Vijay Abraham I , Lee Jones , Rob Herring , linux-phy@lists.infradead.org, Florian Fainelli , Chunfeng Yun , devicetree@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH 2/4] dt-bindings: phy: brcm,ns-usb2-phy: bind just a PHY block Message-ID: References: <20210913080024.6951-1-zajec5@gmail.com> <20210913080024.6951-2-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210913080024.6951-2-zajec5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 13-09-21, 10:00, Rafał Miłecki wrote: > From: Rafał Miłecki > > The old binding was covering the whole DMU block space (DMU block > contains CRU block which contains USB PHY). It was a bad design, > overkill and a non-generic solution. > > Northstar's USB 2.0 PHY is a small block (part of the CRU MFD) and > binding should be designed to represent that properly. Rework the > binding to map just PHY with the "reg" property and use syscon to > reference shared register that controls block access. > > The old binding is deprecated now. Applied, thanks -- ~Vinod