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 6FA871A76BB for ; Thu, 5 Feb 2026 21:24:10 +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=1770326650; cv=none; b=ikuLc9eU6bdLcNj0yeiG+zA8y9UkEkhoTSEODYTGuph1ImJ28mkJo8ro3VwQHiQHpwBSwDGiRNnmZaw95HMsrrB+9q/GWsnp6GWT7ZwelC6JrROU28UhtQpUWE44FT2aRl3EJrLpsAFIiKDf4mIuhTo5ZIvve7rN2GEoO3oqeT0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770326650; c=relaxed/simple; bh=ybo27aBkpklRF+MSVFq/DzbpiX56mLPY+F/D11X1Zhc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=cLmd5UTx/2wtPfyGCFHvc+FTulff5M1DHLwUGaFStuq0+jrDG0wgqVjzKqM7BmOjmn61f4NjqIT7s3yK4wJA4uNNMJC6X5NMcGcosG/ok1qZ2ErIUQ5lZ9YawIx7wcMryLtud1NBNBnUdb3kvUzXO2d30HWjC4rD2ThALY0nFVk= 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; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=uaSnTS+d; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="uaSnTS+d" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Reply-To:Content-Type:In-Reply-To:References; bh=4q+Et7LfDgL1+sDdkNvX7YRwfFN/3xxHm4fIKVVRhW8=; b=uaSnTS+dgZGR2JkZa3KeMA6fFp z62Z4J9QNBGXIiSo0Ex8alXX4jZtOoOsJ29DjOREK/zTYCf42EsN/nRqyb7dggjqLLYdKxY3G8efp BRyfS7qEEhY2mdhLDqwPkdsHYekKMDezgGMG4GEc/sVxkEgxIO5E3s79cgH6ILHJ/OMaMxwTGaA40 dSVRdXaFbqRMoIL2cX4JoYBvTawhVMnW8QzItDOzoYlGz8DHaKDVJ48x5rs7xxLir33t49eX+5oeU Op0giyX3X014tiraBycXldAcV69PkDYOLHGaY4vhXQzIbLmU6E2HF7TiJZUj4n1xDrm4ZOfs3nqTY m2BL93Bg==; Received: from i53875afe.versanet.de ([83.135.90.254] helo=localhost.localdomain) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vo6pb-007GK0-Uj; Thu, 05 Feb 2026 22:24:08 +0100 From: Heiko Stuebner To: heiko@sntech.de Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kever.yang@rock-chips.com, finley.xiao@rock-chips.com, w@1wt.eu, jonas@kwiboo.se Subject: [PATCH 0/3] Add devicetree nodes for RK3528, RK3562 and RK356x Date: Thu, 5 Feb 2026 22:23:44 +0100 Message-ID: <20260205212347.490636-1-heiko@sntech.de> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This is a companion series to the binding+driver changes [0], that adds the relevant OTP controller nodes to the core SoC devicetrees. [0] https://lore.kernel.org/linux-rockchip/20260205211901.490181-1-heiko@sntech.de/T/#t Heiko Stuebner (2): arm64: dts: rockchip: Enable OTP controller for RK3562 arm64: dts: rockchip: Enable OTP controller for RK356x Jonas Karlman (1): arm64: dts: rockchip: Enable OTP controller for RK3528 arch/arm64/boot/dts/rockchip/rk3528.dtsi | 47 +++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3562.dtsi | 46 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 46 ++++++++++++++++++ 3 files changed, 139 insertions(+) -- 2.47.2