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 A2112C77B7A for ; Tue, 16 May 2023 13:11:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232995AbjEPNLZ (ORCPT ); Tue, 16 May 2023 09:11:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233186AbjEPNLY (ORCPT ); Tue, 16 May 2023 09:11:24 -0400 X-Greylist: delayed 531 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 16 May 2023 06:11:19 PDT Received: from out-21.mta1.migadu.com (out-21.mta1.migadu.com [95.215.58.21]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCB54BD for ; Tue, 16 May 2023 06:11:19 -0700 (PDT) Date: Tue, 16 May 2023 15:02:14 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1684242137; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5RkRIPsNe+UkepsgIzrFGBIrxo6yPzHDz/2XXGlIhIo=; b=d8qjHfW7llB0ixZN79xz8yx+Z+1o/jBrAIVvRiJJbC4pQzpVETmM8kQOMlnPmj3FOo5BNC ZnieojWHpX7GTMkNhED6p4VMYWqVNmaHgokrzxnQDZKAhEaCmk6upCFHpkCZ2lVWzhyUVJ 5kBtrWHYQtVYJ8S3zxlfn5W9QIS6ZCM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Richard Leitner To: Krzysztof Kozlowski Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marek Vasut , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, mike.looijmans@topic.nl Subject: Re: [PATCH v2] dt-bindings: usb: usb251xb: correct swap-dx-lanes type to uint32 Message-ID: <20230516130214.GA366790@g0hl1n.net> References: <20230516083432.18579-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230516083432.18579-1-krzysztof.kozlowski@linaro.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Tue, May 16, 2023 at 10:34:32AM +0200, Krzysztof Kozlowski wrote: > The "swap-dx-lanes" was never described as uint8 in original TXT > bindings and Linux driver expects uint32. Fix the type to match Linux > driver expectation. > > Fixes: fff61d4ccf3d ("dt-bindings: usb: usb251xb: Convert to YAML schema") > Signed-off-by: Krzysztof Kozlowski LGTM. Please feel free to add Reviewed-by: Richard Leitner