From patchwork Thu Jun 10 15:02:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12313315 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=-16.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 5B5E1C47094 for ; Thu, 10 Jun 2021 15:05:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 2DE2861359 for ; Thu, 10 Jun 2021 15:05:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DE2861359 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JTqO+8FbP9DEuNMAK6USXhfSoBGrG1DxP2vugx3BOyY=; b=rdBOhfzC1qHKlO qlRztYr9fx2704xIrWq4ooaxtheosUF0jqKrULXN/IQkFzW971Wr09SldN4ZGb4q9/IGFoHQBoY1W 8wyG9MKANjR6sDw42LFmSQ/AnPJrFR0WPD/HpboLqXmkDZQ1w3fT9JKRqii42/rEqw5+HoBegU4iQ 92NHYyEIzjbHkaAs+rNlZZn70BF6gfo6YWya1FMRV9gmJxuREydJWmR4qqiMWFHixbPuSXYQkrQXa 70CnyACueOYzcx1YlH+WsTdAH5eAPvoR7V0vypiJ4+h+/2DQSyz5R2E7cpZgr/j7Jm7tj2dhoekYL U8au+c8P/A6DAdKGheTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrMDO-001HDd-AC; Thu, 10 Jun 2021 15:03:26 +0000 Received: from phobos.denx.de ([2a01:238:438b:c500:173d:9f52:ddab:ee01]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrMCp-001H56-2J for linux-arm-kernel@lists.infradead.org; Thu, 10 Jun 2021 15:02:53 +0000 Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 55B2582ECD; Thu, 10 Jun 2021 17:02:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1623337369; bh=8wqH5TdiQ1EiyfbzZI4l6ICV+FVv8gQH1dolId+4pt0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Zq05PYSEO6yOLAfWbPdBMdd5F81auMBZKdyot29Gqy6sUYPWQna+iVR6p6TQVzN99 e/9v51j7qXbKBvPDrugroKM1jUzTU8hMni9lcB3CVpoqC8dw+mB+CEqDkIZ4AlnciA kK0W+0QgK3FRP232fZmLh8RVfEqfYNGUD28rqEtDCSWz2Gu1EE1/dq84gJ9knvccPE eJKnVL0YisIrxJL3botWiUvOPSS4Vf+79I9BICJxEsHcXsgFo5qgCyxqRd/BlBKceF kqYz3UQzY27HYpUYJS0R+s2d400/j+lCmY0F1aJUkvAcXhtYCWxv8mYzfRYAyW+koB BU84r/XtoOXow== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Alexandre Torgue , Patrice Chotard , Patrick Delaunay , kernel@dh-electronics.com, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH 3/3] ARM: dts: stm32: Add usbphyc_port1 supply on DHCOM SoM Date: Thu, 10 Jun 2021 17:02:43 +0200 Message-Id: <20210610150243.30017-3-marex@denx.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210610150243.30017-1-marex@denx.de> References: <20210610150243.30017-1-marex@denx.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210610_080251_314828_0B5B4E24 X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The port is unused, but shares the same supply with port0, so fill the DT property in. This fixes the following dtbs_check warning: arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dt.yaml: usbphyc@5a006000: usb-phy@1: 'phy-supply' is a required property Signed-off-by: Marek Vasut Cc: Alexandre Torgue Cc: Patrice Chotard Cc: Patrick Delaunay Cc: kernel@dh-electronics.com Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi index fb45c5aa878d..4b10b013ffd5 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dhcom-drc02.dtsi @@ -159,3 +159,7 @@ &usbphyc { &usbphyc_port0 { phy-supply = <&vdd_usb>; }; + +&usbphyc_port1 { + phy-supply = <&vdd_usb>; +};