From patchwork Tue Feb 23 18:33:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 12100719 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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,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 319B4C433DB for ; Tue, 23 Feb 2021 18:35:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 CADBD60295 for ; Tue, 23 Feb 2021 18:35:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CADBD60295 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=KnNsiEa7bwHUPJ9QThN4zP+0QTNf6WpHJ28mGjqc5Nc=; b=H0O38VVHelm5o7st0dzQBhDpBa 7ssWi0DzihL0JXyf1y0kS+PHVzObsKluX/Uc8WbYGttIDHmpl5sd/Z9h/risgpfRqI3xuwuJVC2EI cPNAqe6PyI39IbUEhc2rABVEiKyi1LtU0PAGqLlsjwumjN1o/AWm/7hJJFR+Rz8kFafMIyzjXQpk2 I98cvmrAeU8WymRi5/T4j/2IadJOQnruFyA/hZ39R5an+2/m323DZs/QH8ZPHa3QCgTgabvfAPSCh MVPMTvrEZT6Tph0Joj4ymtD3bvP0S0XzMoGWDDYxPN9X/uP575sP8DMUP2EPy7J5/KuW9gL79LNNH 7VyK/S0g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lEcVU-0007bd-G6; Tue, 23 Feb 2021 18:34:00 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lEcVP-0007Zt-Gn for linux-arm-kernel@lists.infradead.org; Tue, 23 Feb 2021 18:33:56 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 8E0411F44744 Received: by jupiter.universe (Postfix, from userid 1000) id 2CFA44800C3; Tue, 23 Feb 2021 19:33:49 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: [PATCHv1 0/4] Bx50v3 DT improvements Date: Tue, 23 Feb 2021 19:33:42 +0100 Message-Id: <20210223183346.138575-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210223_133355_654739_6EBDB1B0 X-CRM114-Status: UNSURE ( 8.05 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Rob Herring , kernel@collabora.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, These are a bunch of small unrelated improvements for the GE Bx50v3 device tree (and BA16 system on module, which is currently only used by Bx50v3). Thanks for reviewing/merging them, -- Sebastian Ian Ray (1): ARM: dts: imx: bx50v3: Define GPIO line names Sebastian Reichel (3): ARM: dts: imx: ba16: add USB OTG VBUS enable GPIO ARM: dts: imx: ba16: improve PHY information ARM: dts: imx: bx50v3: i2c GPIOs are open drain arch/arm/boot/dts/imx6q-b450v3.dts | 5 +++++ arch/arm/boot/dts/imx6q-b650v3.dts | 5 +++++ arch/arm/boot/dts/imx6q-b850v3.dts | 5 +++++ arch/arm/boot/dts/imx6q-ba16.dtsi | 22 ++++++++++++++++++++++ arch/arm/boot/dts/imx6q-bx50v3.dtsi | 12 ++++++------ 5 files changed, 43 insertions(+), 6 deletions(-)