From patchwork Tue Apr 18 09:57:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 675357 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 E1F96C77B75 for ; Tue, 18 Apr 2023 09:58:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230249AbjDRJ6E (ORCPT ); Tue, 18 Apr 2023 05:58:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229533AbjDRJ56 (ORCPT ); Tue, 18 Apr 2023 05:57:58 -0400 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA52F83D4 for ; Tue, 18 Apr 2023 02:57:38 -0700 (PDT) Received: by mail-ej1-x635.google.com with SMTP id a5so15119487ejb.6 for ; Tue, 18 Apr 2023 02:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1681811856; x=1684403856; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=S3pxl4lPryH2E2sQaHaQ+oIDeHX2pw5OTpWOzTlbljQ=; b=jx9qal3Xonx3dBZORhZeoNu8RxWsT/zLcnvKy0mOexdy1QmZJ/21bUIWiTD7bZCtzP /0XiIgYBhLZFcvKzxCwMLY+OBu49V22IV30GbDPhZIrtFfJIFBomMY8cjj2BbARtMorC didVaQ0CL6SikxhgLNX2EMhkuCwCr5YPdNlLZhL7CXeYlWwtUZ3lot/fRieknjgOa4ki 0b1ZiOJQMIeBubSeXyTVMRuXpKyQgv9hiuhs0a79iDDBY3+KgQJUVVOYYmxrS1mhyJ5T 07wizhGwwjwrEJNjnuRq+vRn6L8Q8fCHPmCrnLiA7Zw51IDeoNzkbwNypMxQXZKRZ0d7 A2ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681811856; x=1684403856; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=S3pxl4lPryH2E2sQaHaQ+oIDeHX2pw5OTpWOzTlbljQ=; b=FOSQaR2tSnLpbvPAcjfk8kLBcp6LgM0MNQuA0NC2fsbwUP/FsQF5+pA3PF8pJ72BXE Qx/WSdFPwIQLhpIs3Etgeq1oSI8PgrAHR3ULb66MZ9L130o7Hhe94TOsJymZavYhEAGT LZijsHaoOLEN878uG0j9LRIL1PmBiVBtsDRZ+Ron2KDh12Mt6Q1DjV31AIW8et2Zj+L7 DZOooNtQ5N5Htiob7fNkrw44+rV2pUnYTXSYs3eZqsF2Pb0G0wWNrQOx1m/NbsUc4mQI VbQpPquGluxl3iNKbkq4rUk+GYqYZLGr4GCk5PdQC0rjcr1XKyjHZo48szZw7qhkQMT9 dAWA== X-Gm-Message-State: AAQBX9eU4SPbGa/vutJNhMH9+7Hxjsws5whKqK+huF5JkvF1ltU9D81t fambVoOyTb2bJC2J1sfXTU50A6usTSUUjv7QU+SV3g== X-Google-Smtp-Source: AKy350aNJ460Zklk00yf1a38jkPEMVgyZ4M5eIyVTm+sWG7SoroLsIiwALBTyWu9AdHEyCSjZwH0Mg== X-Received: by 2002:a17:906:e118:b0:94a:6c0a:63e7 with SMTP id gj24-20020a170906e11800b0094a6c0a63e7mr8955475ejb.54.1681811856673; Tue, 18 Apr 2023 02:57:36 -0700 (PDT) Received: from krzk-bin.. ([2a02:810d:15c0:828:a276:7d35:5226:1c77]) by smtp.gmail.com with ESMTPSA id vt2-20020a170907a60200b0094f257e3e05sm4632321ejc.168.2023.04.18.02.57.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Apr 2023 02:57:36 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] arm64: dts: qcom: sm8550: use uint16 for Soundwire interval Date: Tue, 18 Apr 2023 11:57:34 +0200 Message-Id: <20230418095734.669858-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The Soundwire bindings changed during review, after the SM8550 DTS Soundwire nodes were merged. Switch to uint16 for Soundwire qcom,ports-sinterval property, to match with current bindings. Fixes: 61b006389bb7 ("arm64: dts: qcom: sm8550: add Soundwire controllers") Signed-off-by: Krzysztof Kozlowski --- Fix for v6.4-rc1. Bindings v3 (with uint16): https://lore.kernel.org/linux-arm-msm/20230418095447.577001-1-krzysztof.kozlowski@linaro.org/T/#md34302ec02eebdbe3e4defef79a40b32a7e621b8 --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi index 6e9bad8f6f33..80a01ff3ee30 100644 --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -2022,7 +2022,7 @@ swr3: soundwire-controller@6ab0000 { qcom,din-ports = <4>; qcom,dout-ports = <9>; - qcom,ports-sinterval = <0x07 0x1f 0x3f 0x07 0x1f 0x3f 0x18f 0xff 0xff 0x0f 0x0f 0xff 0x31f>; + qcom,ports-sinterval = /bits/ 16 <0x07 0x1f 0x3f 0x07 0x1f 0x3f 0x18f 0xff 0xff 0x0f 0x0f 0xff 0x31f>; qcom,ports-offset1 = /bits/ 8 <0x01 0x03 0x05 0x02 0x04 0x15 0x00 0xff 0xff 0x06 0x0d 0xff 0x00>; qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; qcom,ports-hstart = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>; @@ -2068,7 +2068,7 @@ swr1: soundwire-controller@6ad0000 { qcom,din-ports = <0>; qcom,dout-ports = <10>; - qcom,ports-sinterval = <0x03 0x3f 0x1f 0x07 0x00 0x18f 0xff 0xff 0xff 0xff>; + qcom,ports-sinterval = /bits/ 16 <0x03 0x3f 0x1f 0x07 0x00 0x18f 0xff 0xff 0xff 0xff>; qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x00 0x00 0xff 0xff 0xff 0xff>; qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00 0x00 0xff 0xff 0xff 0xff>; qcom,ports-hstart = /bits/ 8 <0xff 0x03 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff>; @@ -2133,7 +2133,7 @@ swr0: soundwire-controller@6b10000 { qcom,din-ports = <4>; qcom,dout-ports = <9>; - qcom,ports-sinterval = <0x07 0x1f 0x3f 0x07 0x1f 0x3f 0x18f 0xff 0xff 0x0f 0x0f 0xff 0x31f>; + qcom,ports-sinterval = /bits/ 16 <0x07 0x1f 0x3f 0x07 0x1f 0x3f 0x18f 0xff 0xff 0x0f 0x0f 0xff 0x31f>; qcom,ports-offset1 = /bits/ 8 <0x01 0x03 0x05 0x02 0x04 0x15 0x00 0xff 0xff 0x06 0x0d 0xff 0x00>; qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; qcom,ports-hstart = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>;