From patchwork Tue Jul 21 03:18:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11674895 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9733E138C for ; Tue, 21 Jul 2020 03:18:49 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 908C5207DD; Tue, 21 Jul 2020 03:18:49 +0000 (UTC) Delivered-To: soc@kernel.org Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D586920702; Tue, 21 Jul 2020 03:18:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D586920702 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xuwei5@huawei.com Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E833F551B5D2FA6C7E49; Tue, 21 Jul 2020 11:18:46 +0800 (CST) Received: from [10.57.101.250] (10.57.101.250) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Tue, 21 Jul 2020 11:18:37 +0800 From: Wei Xu Subject: [GIT PULL] arm64: dts: hisilicon dts updates for v5.9 List-Id: To: , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" CC: Olof Johansson , Arnd Bergmann , , John Stultz , "Krzysztof Kozlowski" , =?utf-8?q?Ricardo_Ca=C3=B1uelo?= , Linuxarm , Zhangyi ac , "Liguozhu (Kenneth)" , huangdaode , Tangkunshan , Jonathan Cameron , John Garry , Salil Mehta , "Shameerali Kolothum Thodi" , Shiju Jose Message-ID: <5F165E8E.3030503@hisilicon.com> Date: Tue, 21 Jul 2020 11:18:38 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Hi ARM-SoC team, Please consider to pull the following changes. Thanks! Best Regards, Wei --- The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-5.9 for you to fetch changes up to bbe28fc3cbabbef781bcdf847615d52ce2e26e42: arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding (2020-07-17 11:09:37 +0800) ---------------------------------------------------------------- ARM64: DT: Hisilicon SoCs DT updates for 5.9 - Refactor hi6220-hikey dts to use phandles for overriding nodes - Align UART node name to fix dtschema validator warnings for hi6220 - Add basic usb gadget support on hikey960 - Update adv7533 nodes to meet with the binding for hikey and hikey960 ---------------------------------------------------------------- John Stultz (1): dts: hi3660: Add support for basic usb gadget on Hikey960 Krzysztof Kozlowski (2): arm64: dts: hisilicon: Use phandles for overriding nodes in hi6220 arm64: dts: hisilicon: Align UART nodename with dtschema Ricardo CaƱuelo (1): arm64: dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT binding arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 83 +++++ arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 34 ++ arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 428 +++++++++++----------- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 10 +- 4 files changed, 333 insertions(+), 222 deletions(-)