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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5C159C433F5 for ; Thu, 16 Dec 2021 20:32:56 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W/h66HWgCGrvPJisHTII2eZT2mN9kq5vKoOUhSJ6Rv0=; b=ceNN0De1OwRCbO 3G3wRFwyyUWHBJT5EOwGyDf1szs4EjlfGG7NczMdY6sU+B9pK4btoyhA5u30eZ+AplhNBnhbmpYl6 GguLi4xbEHwCQ92b/jOCbKves+YmWMsn/FIfjCh4GFUG7nZlS/yYiiHFQltoMe0R+088ojXMG8SMk b3aJPrZPoP+H9dVg4feDq5zkYAsJ+kzzUHoSbQslTIDoSqKfCIb3scqWuEsORxVXNpYJv4jIj1FNZ poEhN3G0ItojUUmSKsh3PC6mKRap8fX9HJlW8goVu0wEd+sC48gRRJq1iIGB5mdHKqfTHNWkptpwz 0DfpV8NPcXwSNge4eRJA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxxPZ-007WUp-AE; Thu, 16 Dec 2021 20:31:33 +0000 Received: from mail-ot1-f52.google.com ([209.85.210.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxxPU-007WTL-O1; Thu, 16 Dec 2021 20:31:30 +0000 Received: by mail-ot1-f52.google.com with SMTP id 47-20020a9d0332000000b005798ac20d72so305597otv.9; Thu, 16 Dec 2021 12:31:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=9OyruAna4eQK8uRw8f/nq559G0rjy0iQItWA5/0EZSI=; b=bWdbm0s2iT5tzTU1Wjon6J5l7ZBRalYOOC3Xm6dB1DWoQPP6ZH2StVrJateKtnMuiF d+/bXekVYFaw5KljMpB5EA4TKVkAxohRrC4bolc9Ag0h0eZna+nHSRCzYD3n3umgdDnH FCoVR62ny+W83vxAZEt/FNenEeM3+sI195odGH540nAr9GMzxKfiIJYnSiK0o/W9Wqhu l9w535Q3rFHX6T5Cy8viyIe9c6QfeCBiaVGXa7ksfOtqeZZHM4RdtjEm/PcFNHlh1kXt KBt1kbnHIL3n/vLWBRUoPr7NPcE653mIoT94oKuM30saZ78oHyFHDhbJe2AfNBabc5Hz 4O1Q== X-Gm-Message-State: AOAM532ks4+gI95xSI77tE8ETlAX+WfyvnVMjbjoLmBAbZIAmDx88m3r 78KCiX4FP13CWjNmMCdeqg== X-Google-Smtp-Source: ABdhPJyOYXNB53yOciN7Z88z8EuVw1heccZg9ATVKolCRbHwQ8myX1kELq8j+Ks33oKO0ALx+/QjHg== X-Received: by 2002:a9d:7cce:: with SMTP id r14mr13783658otn.114.1639686687735; Thu, 16 Dec 2021 12:31:27 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id w5sm1221565otk.70.2021.12.16.12.31.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 12:31:26 -0800 (PST) Received: (nullmailer pid 705168 invoked by uid 1000); Thu, 16 Dec 2021 20:31:25 -0000 Date: Thu, 16 Dec 2021 14:31:25 -0600 From: Rob Herring To: Peter Geis Cc: Kishon Vijay Abraham I , Johan Jonker , linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, Heiko Stuebner , Vinod Koul , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v3 2/8] dt-bindings: phy: phy-rockchip-inno-usb2: add rk3568 documentation Message-ID: References: <20211215210252.120923-1-pgwipeout@gmail.com> <20211215210252.120923-3-pgwipeout@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211215210252.120923-3-pgwipeout@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_123128_809308_4B2D7449 X-CRM114-Status: GOOD ( 15.95 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 15 Dec 2021 16:02:46 -0500, Peter Geis wrote: > The rk3568 usb2phy node is a standalone node with a single muxed > interrupt. > Add documentation for it to phy-rockchip-inno-usb2. > > Signed-off-by: Peter Geis > --- > > This was the best solution I've come up with for this. > I avoided creating another binding since this is such a simple change to > the actual driver and would likely require renaming the existing > binding. > I've tested that this correctly flags if the interrupts are missing or > incorrectly assigned on both rk356x and rk3399. > > Thank you Johan and Rob for your constructive feedback. > > .../bindings/phy/phy-rockchip-inno-usb2.yaml | 44 +++++++++++++++++-- > 1 file changed, 40 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel