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 D00C4C54EE9 for ; Tue, 13 Sep 2022 17:12:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232552AbiIMRMi (ORCPT ); Tue, 13 Sep 2022 13:12:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232565AbiIMRMH (ORCPT ); Tue, 13 Sep 2022 13:12:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03D4F895E3 for ; Tue, 13 Sep 2022 09:00:34 -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 ams.source.kernel.org (Postfix) with ESMTPS id 21708B80FC6 for ; Tue, 13 Sep 2022 15:17:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C287C433D7; Tue, 13 Sep 2022 15:17:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663082265; bh=2zLxjCLM6UeLhSU5tzlKlSPAgGP7CcA8XxJ+JXsksLc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lbgxbxU9dnhLwe+acozuZTOl+Oon3NdU7x65YfYU6jBhm8ssYDowjMoZ5IYvlltFN moLoW6b73Ca3ETFWGpYgEe1TvfV99LBbmaLTC1UHvdv4jdR/4mrTptxWjYwtOnfOkC 4imGnH5TOtofQy0ebc7ZnmGIl38F+ZCTkkQrTx+4V/w7+f+b9dc5ptfPDoWVpYVVmZ s1FQBGPY+7E/OPwmHCBW+3vWwDtGmoN9cLHIIsxKv+ocu7BBqBts3dLrzgLWhuGoCz wTQ+IC5Mx3yyLpdXPn42gazmfcwbh344qiQKp18Xt0OqahGvIS4XJq6N9jJkPa1g5q Y5a2b3GJt3OMg== From: Bjorn Andersson To: linus.walleij@linaro.org, linux-arm-msm@vger.kernel.org, konrad.dybcio@somainline.org, agross@kernel.org Cc: me@herrie.org, linux-arm-kernel@lists.infradead.org Subject: Re: (subset) [PATCH 1/3] ARM: dts: qcom-msm8660: Add GSBI1 SPI bus Date: Tue, 13 Sep 2022 10:17:44 -0500 Message-Id: <166308226034.636601.507373671800779471.b4-ty@kernel.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220913132846.305716-1-linus.walleij@linaro.org> References: <20220913132846.305716-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 13 Sep 2022 15:28:44 +0200, Linus Walleij wrote: > GSBI1 can be used to enable an external SPI bus on e.g. the > APQ8060. On the DragonBoard APQ8060 this SPI bus is used to > talk to the LCD display. > > Applied, thanks! [1/3] ARM: dts: qcom-msm8660: Add GSBI1 SPI bus commit: affa747d36aa81b2285fe0221e2624b0afaa3482 [2/3] ARM: dts: qcom-msm8660: Add GSBI3 I2C bus commit: 77012a11c36e4609f2c0e0ff0bf215a8448d9033 [3/3] ARM: dts: qcom: Add TMA340 to APQ8060 DragonBoard commit: 2aac1179717d2bf7ed2747a823c104c918d37a80 Best regards, -- Bjorn Andersson