From patchwork Tue Jan 9 13:35:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 761188 Received: from smtp-8faa.mail.infomaniak.ch (smtp-8faa.mail.infomaniak.ch [83.166.143.170]) (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 8272638FA3 for ; Tue, 9 Jan 2024 13:36:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=0leil.net Received: from smtp-2-0000.mail.infomaniak.ch (unknown [10.5.36.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4T8X4r2xfJzMpnRY; Tue, 9 Jan 2024 13:35:56 +0000 (UTC) Received: from unknown by smtp-2-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4T8X4q4PnjzMpnPk; Tue, 9 Jan 2024 14:35:55 +0100 (CET) From: Quentin Schulz To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Quentin Schulz , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Quentin Schulz Subject: [PATCH 0/2] arm64: dts: rockchip: add SPI controller aliases to RK3399 Date: Tue, 9 Jan 2024 14:35:42 +0100 Message-ID: <20240109-rk3399-spi-aliases-v1-0-2009e44e734a@theobroma-systems.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mailer: b4 0.12.4 X-Infomaniak-Routing: alpha There are 6 SPI controllers on RK3399 and they are all numbered in the TRM, so let's add the appropriate aliases to the main DTSI so that any RK3399-based board doesn't need to define the aliases themselves to benefit from stable SPI indices in userspace. Helios64 is the only RK3399-based device that defined aliases for SPI controllers, but since they are now in RK3399 main DTSI, let's remove the duplication. Signed-off-by: Quentin Schulz --- Quentin Schulz (2): arm64: dts: rockchip: add spi controller aliases on rk3399 arm64: dts: rockchip: remove duplicate SPI aliases for helios64 arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 3 --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) --- base-commit: 9f8413c4a66f2fb776d3dc3c9ed20bf435eb305e change-id: 20240109-rk3399-spi-aliases-a2ce468a04a3 Best regards,