From patchwork Thu Jun 25 00:08:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 11624539 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B62C2138C for ; Thu, 25 Jun 2020 00:08:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FA7E206DD for ; Thu, 25 Jun 2020 00:08:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="jOTatsuv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388058AbgFYAIP (ORCPT ); Wed, 24 Jun 2020 20:08:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387828AbgFYAIO (ORCPT ); Wed, 24 Jun 2020 20:08:14 -0400 Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 209CBC061573 for ; Wed, 24 Jun 2020 17:08:14 -0700 (PDT) Received: by mail-pl1-x641.google.com with SMTP id k1so1915240pls.2 for ; Wed, 24 Jun 2020 17:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=cDQmr4M7f0b4vct3QfFl9IqKo/J7WcBaHfYFiG0iFP4=; b=jOTatsuvSAFGuC1zfOvuK87RmUepW0cCS/gKGHr6z7GtyB/DNCfzkpjiv0eSlqkgL7 4W0gMsAciQDh2x2Q/um5d43SuKEDH5Ob15/3R7ktlgpz4GsoUjf32Cv3X6u2JHbwHrPn jJ8YOn8/Bsk/1M+Z7fDSUlWLidg9db+SwOZaM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=cDQmr4M7f0b4vct3QfFl9IqKo/J7WcBaHfYFiG0iFP4=; b=cNAGOyS63KZcbUdSf6nSS1VujxZ1Gl8C34J1Y6KJszRcmp8G4oQ5Q3MFWiNVA3aADy RAyQpeuexLu1+Awl5TsYR0a7JUECZ/B8eONctXmPLO8fB3BhsXHfSwlNW/0LHtrl4RtX PA+t3AwU4D/DZvauSpnCLPLbFWoBSX6ciDkICicYc1u6opgbr9PgMWBjr1gXBfoKM9Tc kQ5m0yp08AeIS4j//FomjtcNgWjYcLVmXHTMETZrWKq7rtZBFUgeCWjdDHLDivSacnNP KH14tXbm0QK9hKj6its8W11b7gQRnWTJlYTWgYxIDye3Q2+244LkmFrp9tcs2144389R tt5A== X-Gm-Message-State: AOAM532LT0KJ6s9V3UqsO7kjBUgZLhd7NoIYwMYbE55M9eoAbM1+p5GJ 3HO3ef+H674urJJfmTKD2PNubQ== X-Google-Smtp-Source: ABdhPJwmmHgiFaWnjRljKgSdj7Q1Wrf7FJQbi5FMZjnUD3Vm8dho6daBPalirc/2BVyVB2AViDwBZA== X-Received: by 2002:a17:902:326:: with SMTP id 35mr30625569pld.301.1593043693448; Wed, 24 Jun 2020 17:08:13 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:1:24fa:e766:52c9:e3b2]) by smtp.gmail.com with ESMTPSA id dw17sm5905866pjb.40.2020.06.24.17.08.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jun 2020 17:08:12 -0700 (PDT) From: Douglas Anderson To: Andy Gross , Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, swboyd@chromium.org, Douglas Anderson , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] arm64: dts: qcom: sc7180: Switch SPI to use GPIO for CS Date: Wed, 24 Jun 2020 17:08:04 -0700 Message-Id: <20200624170746.1.I997a428f58ef9d48b37a27a028360f34e66c00ec@changeid> X-Mailer: git-send-email 2.27.0.212.ge8ba1cc988-goog MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The geni SPI protocol appears to have been designed without taking Linux needs into account. In all the normal flows it takes care of setting chip select itself. However, Linux likes to manage the chip select so it can do fancy things. Back when we first landed the geni SPI driver we worked around this by: - Always setting the FRAGMENTATION bit in transfers, which (I believe) tells the SPI controller not to mess with the chip select during transfers. - Controlling the chip select manually by sending the SPI controller commands to assert or deassert the chip select. Our workaround was fine and it's been working OK, but it's really quite inefficient. A normal SPI transaction now needs to do: 1. Start a command to set the chip select. 2. Wait for an interrupt from controller saying chip select done. 3. Do a transfer. 4. Start a command to unset the chip select. 5. Wait for an interrupt from controller saying chip select done. Things are made a bit worse because the Linux GPIO framework assumes that setting a chip select is quick. Thus the SPI core can be seen to tell us to set our chip select even when it's already in the right state and we were dutifully kicking off commands and waiting for interrupts. While we could optimize that particular case, we'd still be left with the slowness when we actually needed to toggle the chip select. All the chip select lines can actually be muxed to be GPIOs and there's really no downside in doing so. Now Linux can assert and deassert the chip select at will with a simple MMIO write. The SPI driver will still have the ability to set the chip select, but not we just won't use it. With this change I tested reading the firmware off the EC connected to a ChromeOS device (flashrom -p ec -r ...). I saw about a 25% speedup in total runtime of the command and a 30% reduction in interrupts generated (measured by /proc/interrupts). Signed-off-by: Douglas Anderson Reviewed-by: Stephen Boyd --- arch/arm64/boot/dts/qcom/sc7180.dtsi | 57 ++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi index 3a8076c8bdbf..74c8503b560e 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include @@ -570,6 +571,7 @@ spi0: spi@880000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi0_default>; interrupts = ; + cs-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -607,6 +609,7 @@ spi1: spi@884000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi1_default>; interrupts = ; + cs-gpios = <&tlmm 3 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -668,6 +671,7 @@ spi3: spi@88c000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi3_default>; interrupts = ; + cs-gpios = <&tlmm 41 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -729,6 +733,7 @@ spi5: spi@894000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi5_default>; interrupts = ; + cs-gpios = <&tlmm 28 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -779,6 +784,7 @@ spi6: spi@a80000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi6_default>; interrupts = ; + cs-gpios = <&tlmm 62 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -840,6 +846,7 @@ spi8: spi@a88000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi8_default>; interrupts = ; + cs-gpios = <&tlmm 45 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -901,6 +908,7 @@ spi10: spi@a90000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi10_default>; interrupts = ; + cs-gpios = <&tlmm 89 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -938,6 +946,7 @@ spi11: spi@a94000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi11_default>; interrupts = ; + cs-gpios = <&tlmm 56 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1204,65 +1213,97 @@ pinmux { qup_spi0_default: qup-spi0-default { pinmux { pins = "gpio34", "gpio35", - "gpio36", "gpio37"; + "gpio36"; function = "qup00"; }; + pinmux-cs { + pins = "gpio37"; + function = "gpio"; + }; }; qup_spi1_default: qup-spi1-default { pinmux { pins = "gpio0", "gpio1", - "gpio2", "gpio3"; + "gpio2"; function = "qup01"; }; + pinmux-cs { + pins = "gpio3"; + function = "gpio"; + }; }; qup_spi3_default: qup-spi3-default { pinmux { pins = "gpio38", "gpio39", - "gpio40", "gpio41"; + "gpio40"; function = "qup03"; }; + pinmux-cs { + pins = "gpio41"; + function = "gpio"; + }; }; qup_spi5_default: qup-spi5-default { pinmux { pins = "gpio25", "gpio26", - "gpio27", "gpio28"; + "gpio27"; function = "qup05"; }; + pinmux-cs { + pins = "gpio28"; + function = "gpio"; + }; }; qup_spi6_default: qup-spi6-default { pinmux { pins = "gpio59", "gpio60", - "gpio61", "gpio62"; + "gpio61"; function = "qup10"; }; + pinmux-cs { + pins = "gpio62"; + function = "gpio"; + }; }; qup_spi8_default: qup-spi8-default { pinmux { pins = "gpio42", "gpio43", - "gpio44", "gpio45"; + "gpio44"; function = "qup12"; }; + pinmux-cs { + pins = "gpio45"; + function = "gpio"; + }; }; qup_spi10_default: qup-spi10-default { pinmux { pins = "gpio86", "gpio87", - "gpio88", "gpio89"; + "gpio88"; function = "qup14"; }; + pinmux-cs { + pins = "gpio89"; + function = "gpio"; + }; }; qup_spi11_default: qup-spi11-default { pinmux { pins = "gpio53", "gpio54", - "gpio55", "gpio56"; + "gpio55"; function = "qup15"; }; + pinmux-cs { + pins = "gpio56"; + function = "gpio"; + }; }; qup_uart0_default: qup-uart0-default { From patchwork Thu Jun 25 00:08:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 11624541 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A841B138C for ; Thu, 25 Jun 2020 00:08:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 849FA20836 for ; Thu, 25 Jun 2020 00:08:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="Wm4xoj6y" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388204AbgFYAIQ (ORCPT ); Wed, 24 Jun 2020 20:08:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387843AbgFYAIP (ORCPT ); Wed, 24 Jun 2020 20:08:15 -0400 Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 315FCC061795 for ; Wed, 24 Jun 2020 17:08:15 -0700 (PDT) Received: by mail-pl1-x643.google.com with SMTP id k6so1896532pll.9 for ; Wed, 24 Jun 2020 17:08:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=7XSfbaWwgfeqzjI1f2OAxr2wATpLsWrvOZYJtGKWY3Q=; b=Wm4xoj6yQXcpR2bgz+HwhZvEzqzZNYTzwRFfAVHsJA07D4xJtMxl/vC/T8lHhgrTIG a+XU67mgMTShQ8V6BnlVL2UFxBcB7Fbgf6NtYY0on6BwrQMpnvaRibIwNGGhjKqITWbB 22vzlRxTt+v8jhMnqUIIG4pxk6Z1ZaPoQ/O8A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7XSfbaWwgfeqzjI1f2OAxr2wATpLsWrvOZYJtGKWY3Q=; b=kJiTBlkaH8XFdEg/myJ64YSvYlI77VBQFSwcNAihmODwZU1sCy3s0k92wd8Y7nQBV/ 3xEatDvgodMO77jN0WKY1pJFDjaZ0Bvxm1wjNlUnHkJxRjF45m2Z/8FwZSndJbARc4JM Te2PIdnPGLq8L3IV8fwPaMKlewPj+TnKPj9wotnIiupuJ4So4SKFpHTGQilFMMwQnIrD RUTUp7rLkrDmQ7MR37ptiwXraq+cCfhUboJX0Y/figTJJE6fLnUtAKwGFVNweIppWw1+ SehQVfxNnlQdMMPxTLgcYFujezUXGCb2jPa3oZEzzgYJ+I+TikE7vrFGJzJBbMstaLwV HxEw== X-Gm-Message-State: AOAM532n96ryvV2e7+JPypw9VHQGZFQhTJ/ZNoLqqpoAQaTlT6mYxk71 Lh6uNRc7dK43MwrGWCXmP9V+hg== X-Google-Smtp-Source: ABdhPJw4S1HNkycqcrd80//h2hauSwe6nxEd0vm5+3m1sIdU1/0jbri5WoTnNkdlCqb5Wd3f1yyCGg== X-Received: by 2002:a17:90a:7645:: with SMTP id s5mr364365pjl.50.1593043694625; Wed, 24 Jun 2020 17:08:14 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:1:24fa:e766:52c9:e3b2]) by smtp.gmail.com with ESMTPSA id dw17sm5905866pjb.40.2020.06.24.17.08.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jun 2020 17:08:14 -0700 (PDT) From: Douglas Anderson To: Andy Gross , Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, swboyd@chromium.org, Douglas Anderson , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] arm64: dts: qcom: sdm845: Switch SPI to use GPIO for CS Date: Wed, 24 Jun 2020 17:08:05 -0700 Message-Id: <20200624170746.2.I0cabe4244069dd6e3ba47d522c54d4a36ff413f2@changeid> X-Mailer: git-send-email 2.27.0.212.ge8ba1cc988-goog In-Reply-To: <20200624170746.1.I997a428f58ef9d48b37a27a028360f34e66c00ec@changeid> References: <20200624170746.1.I997a428f58ef9d48b37a27a028360f34e66c00ec@changeid> MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This is like the same change for sc7180 but just for sdm845. Signed-off-by: Douglas Anderson --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 113 +++++++++++++++++++++++---- 1 file changed, 97 insertions(+), 16 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 8eb5a31346d2..417cf1530848 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -837,6 +838,7 @@ spi0: spi@880000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi0_default>; interrupts = ; + cs-gpios = <&tlmm 3 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -874,6 +876,7 @@ spi1: spi@884000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi1_default>; interrupts = ; + cs-gpios = <&tlmm 20 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -911,6 +914,7 @@ spi2: spi@888000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi2_default>; interrupts = ; + cs-gpios = <&tlmm 30 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -948,6 +952,7 @@ spi3: spi@88c000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi3_default>; interrupts = ; + cs-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -985,6 +990,7 @@ spi4: spi@890000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi4_default>; interrupts = ; + cs-gpios = <&tlmm 92 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1022,6 +1028,7 @@ spi5: spi@894000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi5_default>; interrupts = ; + cs-gpios = <&tlmm 88 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1059,6 +1066,7 @@ spi6: spi@898000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi6_default>; interrupts = ; + cs-gpios = <&tlmm 48 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1096,6 +1104,7 @@ spi7: spi@89c000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi7_default>; interrupts = ; + cs-gpios = <&tlmm 96 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1145,6 +1154,7 @@ spi8: spi@a80000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi8_default>; interrupts = ; + cs-gpios = <&tlmm 68 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1182,6 +1192,7 @@ spi9: spi@a84000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi9_default>; interrupts = ; + cs-gpios = <&tlmm 5 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1219,6 +1230,7 @@ spi10: spi@a88000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi10_default>; interrupts = ; + cs-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1256,6 +1268,7 @@ spi11: spi@a8c000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi11_default>; interrupts = ; + cs-gpios = <&tlmm 34 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1293,6 +1306,7 @@ spi12: spi@a90000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi12_default>; interrupts = ; + cs-gpios = <&tlmm 52 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1330,6 +1344,7 @@ spi13: spi@a94000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi13_default>; interrupts = ; + cs-gpios = <&tlmm 108 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1367,6 +1382,7 @@ spi14: spi@a98000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi14_default>; interrupts = ; + cs-gpios = <&tlmm 32 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1404,6 +1420,7 @@ spi15: spi@a9c000 { pinctrl-names = "default"; pinctrl-0 = <&qup_spi15_default>; interrupts = ; + cs-gpios = <&tlmm 84 GPIO_ACTIVE_LOW>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -2002,129 +2019,193 @@ pinmux { qup_spi0_default: qup-spi0-default { pinmux { pins = "gpio0", "gpio1", - "gpio2", "gpio3"; + "gpio2"; function = "qup0"; }; + pinmux-cs { + pins = "gpio3"; + function = "gpio"; + }; }; qup_spi1_default: qup-spi1-default { pinmux { pins = "gpio17", "gpio18", - "gpio19", "gpio20"; + "gpio19"; function = "qup1"; }; + pinmux-cs { + pins = "gpio20"; + function = "gpio"; + }; }; qup_spi2_default: qup-spi2-default { pinmux { pins = "gpio27", "gpio28", - "gpio29", "gpio30"; + "gpio29"; function = "qup2"; }; + pinmux-cs { + pins = "gpio30"; + function = "gpio"; + }; }; qup_spi3_default: qup-spi3-default { pinmux { pins = "gpio41", "gpio42", - "gpio43", "gpio44"; + "gpio43"; function = "qup3"; }; + pinmux-cs { + pins = "gpio44"; + function = "gpio"; + }; }; qup_spi4_default: qup-spi4-default { pinmux { pins = "gpio89", "gpio90", - "gpio91", "gpio92"; + "gpio91"; function = "qup4"; }; + pinmux-cs { + pins = "gpio92"; + function = "gpio"; + }; }; qup_spi5_default: qup-spi5-default { pinmux { pins = "gpio85", "gpio86", - "gpio87", "gpio88"; + "gpio87"; function = "qup5"; }; + pinmux-cs { + pins = "gpio88"; + function = "gpio"; + }; }; qup_spi6_default: qup-spi6-default { pinmux { pins = "gpio45", "gpio46", - "gpio47", "gpio48"; + "gpio47"; function = "qup6"; }; + pinmux-cs { + pins = "gpio48"; + function = "gpio"; + }; }; qup_spi7_default: qup-spi7-default { pinmux { pins = "gpio93", "gpio94", - "gpio95", "gpio96"; + "gpio95"; function = "qup7"; }; + pinmux-cs { + pins = "gpio96"; + function = "gpio"; + }; }; qup_spi8_default: qup-spi8-default { pinmux { pins = "gpio65", "gpio66", - "gpio67", "gpio68"; + "gpio67"; function = "qup8"; }; + pinmux-cs { + pins = "gpio68"; + function = "gpio"; + }; }; qup_spi9_default: qup-spi9-default { pinmux { pins = "gpio6", "gpio7", - "gpio4", "gpio5"; + "gpio4"; function = "qup9"; }; + pinmux-cs { + pins = "gpio5"; + function = "gpio"; + }; }; qup_spi10_default: qup-spi10-default { pinmux { pins = "gpio55", "gpio56", - "gpio53", "gpio54"; + "gpio53"; function = "qup10"; }; + pinmux-cs { + pins = "gpio54"; + function = "gpio"; + }; }; qup_spi11_default: qup-spi11-default { pinmux { pins = "gpio31", "gpio32", - "gpio33", "gpio34"; + "gpio33"; function = "qup11"; }; + pinmux-cs { + pins = "gpio34"; + function = "gpio"; + }; }; qup_spi12_default: qup-spi12-default { pinmux { pins = "gpio49", "gpio50", - "gpio51", "gpio52"; + "gpio51"; function = "qup12"; }; + pinmux-cs { + pins = "gpio52"; + function = "gpio"; + }; }; qup_spi13_default: qup-spi13-default { pinmux { pins = "gpio105", "gpio106", - "gpio107", "gpio108"; + "gpio107"; function = "qup13"; }; + pinmux-cs { + pins = "gpio108"; + function = "gpio"; + }; }; qup_spi14_default: qup-spi14-default { pinmux { pins = "gpio33", "gpio34", - "gpio31", "gpio32"; + "gpio31"; function = "qup14"; }; + pinmux-cs { + pins = "gpio32"; + function = "gpio"; + }; }; qup_spi15_default: qup-spi15-default { pinmux { pins = "gpio81", "gpio82", - "gpio83", "gpio84"; + "gpio83"; function = "qup15"; }; + pinmux-cs { + pins = "gpio84"; + function = "gpio"; + }; }; qup_uart0_default: qup-uart0-default {