From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9B45D1DDC9; Sat, 10 Aug 2024 21:23:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723325012; cv=none; b=l47bSQDFO055424u4qm6fEJw46LIL0cMWeEMh/0QPxiqyUJ9sxc2/KCpmQDURM6KoIDPGVZHJMdO2PbrHjaC52vt34dRlq8EstQ5gNRFSLV061hrCpN8HPK4hMpSSip329MS276jH50fHcSEG0FG1ZOW3c8HQu0JoSGNGqY6yCs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723325012; c=relaxed/simple; bh=nfDfb25Q4ETuIvpjTgTPjLgZiDDrcd1eiGuRc5AivSE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eKASFJ1yigLYvj1OPszkgwJp6W6ebh1WmbYFQb84AVZwdXxCw+DB0RmhFkUFfnHy2uxH/6+zajHq9B95Ba72JZvQYC6ztdKF2y5/2v3xRX6bgj8T3zqixfdWSHPfss44C9FpKAYgIr9IahdAPCZ1feu46hX1tOWeCuWWI3y3oug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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