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=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 91A99C432BE for ; Wed, 1 Sep 2021 12:23:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F0AE61056 for ; Wed, 1 Sep 2021 12:23:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244027AbhIAMYl (ORCPT ); Wed, 1 Sep 2021 08:24:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:55118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243995AbhIAMYk (ORCPT ); Wed, 1 Sep 2021 08:24:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1EAF260BD3; Wed, 1 Sep 2021 12:23:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630499024; bh=G2s+L2gxjQHgn9LpicalGiKnrlKAnV81yTKIyiolwAM=; h=From:To:Cc:Subject:Date:From; b=gY0JU7C7pa90vQZprIBDDVuhwW1by5xC7s4UP8UgC3kTucyiorEt8QnpHXAO9RAdu CWkApxSIeTeKCb+fHiT+7fRy1ag/91aBg0c83ms9cnXnXPGRKPZlaLOD9WpenJfFpZ Vc0Yb84fKWmBe84Ni6vP9iW3gK8b8HbSB+9AWg9f2gKdDFeFGcLkMyDtQEFgLszQSy w/4gtTLjtCLD0cuLy2WIZPHCsyvOHYnJIaYtB83HXXGH1zLYYORQRu7gCmjBq3cggc X9TPHgtTp6QEgKUghvqxpwKVRRDE/6Q+mN8r5S687u/z8H6hYsuEboV+HvlD86yDZJ t8VM0kMeQbnzg== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mLPHJ-00H8Yy-1e; Wed, 01 Sep 2021 14:23:41 +0200 From: Mauro Carvalho Chehab To: Rob Herring , John Stultz Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] Make USB ports to work on HiKey960/970 Date: Wed, 1 Sep 2021 14:23:36 +0200 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, It follows a second version for the patch adding a DT schema needed to power on and to use the integrated USB HUB found on HiKey 960 and Hikey 970 boards. The entire series, which contains the remaining patches to support PCI and USB on HiKey970, and USB on HiKey960 is at: https://github.com/mchehab/linux/commits/linux-next John, The primary reason why I added the HiKey960/970 bindings on this series is because the Hikey960 one came from your tree: https://git.linaro.org/people/john.stultz/android-dev.git/commit/?h=dev/hikey960-mainline-WIP&id=fac6d20f0fee01eaaca36a8c52a44c741c6cbe78 Yet, you forgot to add your SoB there. Could you please reply to such patch with your SoB ? Thanks! Mauro --- v2: - changed the compatible strings to better reflect the names; - dropped the GPIO pin for Hikey960 power supply. It should use, instead, a regulator; - changed the names of the two gpio properties to better reflect that they're gpio; - use "-" instead of "_" at the DT property names; - Added DTS patches. John Stultz (1): arm64: dts: hisilicon: Add usb mux hub for hikey960 Mauro Carvalho Chehab (1): arm64: dts: hisilicon: Add usb mux hub for hikey970 Yu Chen (1): dt-bindings: misc: add schema for USB hub on Kirin devices .../bindings/misc/hisilicon,hikey-usb.yaml | 108 ++++++++++++++++++ .../boot/dts/hisilicon/hi3660-hikey960.dts | 35 +++++- .../boot/dts/hisilicon/hi3670-hikey970.dts | 24 ++++ 3 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/misc/hisilicon,hikey-usb.yaml -- 2.31.1