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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54620C7EE23 for ; Mon, 29 May 2023 14:36:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229674AbjE2Og1 (ORCPT ); Mon, 29 May 2023 10:36:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229528AbjE2OgZ (ORCPT ); Mon, 29 May 2023 10:36:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2E55A0; Mon, 29 May 2023 07:36:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 45CD66259C; Mon, 29 May 2023 14:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 624F4C433EF; Mon, 29 May 2023 14:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685370983; bh=eal3a2td60OrnI/gl07U5Mo+TkS2btUmcGfjgogDJz0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kEXijtnKYoFmUUI+KnfmZysRjLlx4ciqA80bYdV3gmfVlmBBtZMZaoN8Y8xwGRvK7 LSqh4MoILCSniVCvKQirw4OC5uo1sGQa5uZAvi4ykRBCklJMPpcYFQ9AYXBlV2GeMh ErD6JDi/M912oxOHya9bqYtOme9VNqc/CLuOwHOo= Date: Mon, 29 May 2023 15:36:21 +0100 From: Greg Kroah-Hartman To: Marek Vasut Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , Conor Dooley , Felipe Balbi , Krzysztof Kozlowski , Rob Herring , linux-usb@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type Message-ID: <2023052903-eggbeater-ranking-4b3e@gregkh> References: <20230515172456.179049-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515172456.179049-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 15, 2023 at 07:24:56PM +0200, Marek Vasut wrote: > The "snps,hsphy_interface" is string, not u8. Fix the type. > > Fixes: 389d77658801 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema") > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Marek Vasut > --- > Cc: Conor Dooley > Cc: Felipe Balbi > Cc: Greg Kroah-Hartman > Cc: Krzysztof Kozlowski > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Cc: linux-usb@vger.kernel.org > Cc: stable@vger.kernel.org > --- > V2: Add Fixes, RB from Krzysztof, CC stable You need to put the cc: stable up there above the --- line. I'll go do it by hand...