From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Anderson Subject: Re: [PATCH] phy: qcom-qmp: Fix dts bindings to reflect reality Date: Mon, 6 Aug 2018 22:18:03 -0700 Message-ID: References: <20180706233142.166296-1-dianders@chromium.org> <20180720141059.GA3064@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Kishon Vijay Abraham I , Mark Rutland , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Vivek Gautam , Manu Gautam , Varadarajan Narayanan List-Id: devicetree@vger.kernel.org Hi, On Mon, Jul 23, 2018 at 4:33 PM, Rob Herring wrote: >> OK, I guess I will try again then and you can tell me when I get it >> right (unless you tell me I should just change the driver to not use >> named registers at all). How about: >> >> - reg: >> - For "qcom,sdm845-qmp-usb3-phy": >> - index 0: address and length of register set for PHY's common serdes >> block. >> - index 1: address and length of the DP_COM control block. > > Instead of repeating index 0 below, just say "for > 'qcom,sdm845-qmp-usb3-phy' only" here. > >> - For all others: >> - index 0: address and length of register set for PHY's common serdes >> block. >> - reg-names: >> - For "qcom,sdm845-qmp-usb3-phy": >> - Should be: "reg-base", "dp_com" >> - For all others: >> - The reg-names property shouldn't be defined. To close the loop, I've just posted AKA ("dt-bindings: phy: qcom-qmp: Cleanup the 'reg' documentation as per review"). Hopefully that addresses everything properly but if not I'm happy to spin it again. Thanks for your patience in helping me understand what you were looking for. -Doug