From patchwork Wed Jan 13 15:26:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 363079 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, 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 11BB3C433E9 for ; Wed, 13 Jan 2021 15:28:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF61C23382 for ; Wed, 13 Jan 2021 15:28:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726882AbhAMP1t (ORCPT ); Wed, 13 Jan 2021 10:27:49 -0500 Received: from foss.arm.com ([217.140.110.172]:37736 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbhAMP1t (ORCPT ); Wed, 13 Jan 2021 10:27:49 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 22F7C101E; Wed, 13 Jan 2021 07:27:03 -0800 (PST) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8DD4E3F66E; Wed, 13 Jan 2021 07:27:01 -0800 (PST) From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , Rob Herring Cc: Jernej Skrabec , Icenowy Zheng , Emmanuel Vadot , Heinrich Schuchardt , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com Subject: [PATCH v2 0/8] arm64: dts: allwinner: Various DT fixes Date: Wed, 13 Jan 2021 15:26:22 +0000 Message-Id: <20210113152630.28810-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.14.1 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, small update, mostly adding Fixes: tags. Patch 1/7 has been split up to cover A64 and H6 separately. I tried to reach out to people with Pine64-LTS boards to clarify on the blue LED, as it seems like production boards are spread thinly across developers. We got confirmation from several people with several board revisions that this LED works and is indeed blue. I also double checked on the CD pin situation on the two SoPine SOMs I have, and could confirm their functionality. Rebased on top of sunxi/dt-for-5.12. ================ a collection of DT fixes I gathered over time: - Adding usbphy references to [EO]HCI0 nodes (A64, H6) - Adding Pine64-LTS status LED - Dropping non-removable from SoPine/Pine64-LTS SD card - Enabling HS200 @ 150 MHz on Pine H64 (H6) - Enabling HS200 @ 150 MHz on Pine64-LTS For details please see the individual patches! Thanks, Andre Changelog v1 .. v2: - Add Fixes: tags - Add Chen-Yu's ACKs - split USB PHY 0 link patch Andre Przywara (8): arm64: dts: allwinner: A64: properly connect USB PHY to port 0 arm64: dts: allwinner: H6: properly connect USB PHY to port 0 arm64: dts: allwinner: Pine64-LTS: Add status LED arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz arm64: dts: allwinner: Pine64-LTS/SoPine: Enable HS200 eMMC mode arm64: dts: allwinner: Pine H64: Enable HS200 eMMC mode .../boot/dts/allwinner/sun50i-a64-pine64-lts.dts | 11 +++++++++++ arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts | 5 +---- .../dts/allwinner/sun50i-a64-sopine-baseboard.dts | 1 + arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi | 1 - arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 6 +++++- arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 1 + arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 7 +++++++ 7 files changed, 26 insertions(+), 6 deletions(-)