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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B6744C3DA4A for ; Sat, 10 Aug 2024 21:24:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WEJkZIpRk485ZCd3dSxojbPefVF3g5l2GiZXZ3FVWUg=; b=C3x+C3bh8p3U2kVORWkMsvuSZ2 eaxPFdqAS91XZ5UZqsRozgTeNmhsoV8+MeWXQcMmNGTynxE7DWDtAUUrOaj7KiLfKT8zeXlatDGNq QmgsgQv/JYCmzc2LZUqWluSlYTnCKZBxfR10t9LfHB49R3BdTsPAk96PA/BIoRxOpHE3TgFEsR97T TKLIxYm+Tg5DN5J6s8pwvJh/YXRNdUeL/gP5U6VB/YlnIj2qMopBhZHD2s4ehPaZlpGfbyrwsfO/y 5SZEYtaLAdKZApVpwzqCeF0xQCe1rdyjUJ/vaY7a5JsgLssNNNs06Ja61rY98sDp7Xdsf+yWe3T4n idkMhZjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sctZJ-0000000EcNl-0rYp; Sat, 10 Aug 2024 21:24:09 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sctYi-0000000EcKH-2bI5 for linux-arm-kernel@lists.infradead.org; Sat, 10 Aug 2024 21:23:34 +0000 Received: from i53875b02.versanet.de ([83.135.91.2] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sctYe-0007b0-CU; Sat, 10 Aug 2024 23:23:28 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: broonie@kernel.org, Fabio Estevam Cc: linux-spi@vger.kernel.org, otavio.salvador@ossystems.com.br, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fabio Estevam , Conor Dooley Subject: Re: [PATCH v2 3/3] ARM: dts: rockchip: rv1108-elgin-r1: Do not describe unexisting DAC device Date: Sat, 10 Aug 2024 23:23:26 +0200 Message-ID: <574443966.JY4mfKhWER@diego> In-Reply-To: <20240719111210.1287783-3-festevam@gmail.com> References: <20240719111210.1287783-1-festevam@gmail.com> <20240719111210.1287783-3-festevam@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240810_142332_690197_F6A06B99 X-CRM114-Status: GOOD ( 11.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Freitag, 19. Juli 2024, 13:12:10 CEST schrieb Fabio Estevam: > There is no DAC connected to the SPI bus of the Elgin RV1108 R1 board. > > There is a JG10309-01 LCD controlled via SPI though. > > Properly describe it by adding the "elgin,jg10309-01" compatible > string. > > Reported-by: Conor Dooley > Closes: https://lore.kernel.org/linux-arm-kernel/20240717-parrot-malt-83cc04bf6b36@spud/ > Signed-off-by: Fabio Estevam Acked-by: Heiko Stuebner Mark, do you want to take all 3 patches (fine by me) or just the first two? Heiko