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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E983CA0EC8 for ; Mon, 11 Sep 2023 21:41:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350474AbjIKVir (ORCPT ); Mon, 11 Sep 2023 17:38:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240947AbjIKO5o (ORCPT ); Mon, 11 Sep 2023 10:57:44 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93A13E40; Mon, 11 Sep 2023 07:57:40 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13E88C433C7; Mon, 11 Sep 2023 14:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694444260; bh=TYHGgYfw4hGPEdlDxDeeSN1DQgJ1JD0PfFtQts0E6TM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QGCCfGcGCLz4apUcZkKTabXRluZzKFz9nhNmweX/JyRGK/BgIhg9YEQ3mJO0b3zKD yErHp0+Qp+e0Ol4OoGVvQ3XvG+O6SqwTynPz3lrUVp8GCLAJBWsoQ/ZNThXJC/LY3o Mk5VI5zy0R9iHsw0aIpV7wW1qvTrG5H73efJCyNEqLwQ1xDRB+AwrKoxUjEqqvQCrP a0e4poeQEZ5fsSSA0YVe9LUxEowrv9eM5m4/ogfD0UlzUnfEuqbi2vHPMZ+89RWgfi 19xDEDvhB2XGpxHczfm45jrMuWHlpfh5sNzNGKl2arDUe1HB4RT4lY6CXGyhOC/dUS S2CJ6Y9alwtfQ== Received: (nullmailer pid 1245600 invoked by uid 1000); Mon, 11 Sep 2023 14:57:38 -0000 Date: Mon, 11 Sep 2023 09:57:38 -0500 From: Rob Herring To: richard.yu@hpe.com Cc: nick.hawkins@hpe.com, verdun@hpe.com, linux-usb@vger.kernel.org, gregkh@linuxfoundation.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Subject: Re: [PATCH v2 1/3] dt-bindings: usb: Add HPE GXP HUB Controller Message-ID: <169444425764.1245553.14929888489108939275.robh@kernel.org> References: <20230907210601.25284-1-richard.yu@hpe.com> <20230907210601.25284-2-richard.yu@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230907210601.25284-2-richard.yu@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, 07 Sep 2023 16:05:59 -0500, richard.yu@hpe.com wrote: > From: Richard Yu > > Provide access to the two register regions for GXP HUB > controller through the hpe,gxp-hub binding. > > Signed-off-by: Richard Yu > > --- > > v2: > *Removed the term "virtual" as it is still a device. > *Removed the downstream port number and generic endpoints > number properties from device tree structure. > --- > .../devicetree/bindings/usb/hpe,gxp-hub.yaml | 53 +++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 Documentation/devicetree/bindings/usb/hpe,gxp-hub.yaml > Reviewed-by: Rob Herring