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 BA966371CEB for ; Thu, 12 Mar 2026 21:30:36 +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=1773351038; cv=none; b=VZ7Ua9YFWk/7g4ihkDDH3noj1mPiXucf2mu7BCZK7THnzrgoSrY1PXRNLxc/JROoAReVfnJKVX8Z4u3pCkhAy4fZNShevCb12a8/xXyzWimEJ2xthwzWd8N5LLR9YNcwpqmH7jNGah/2ZW9t8HrBZjbGWVJu/lq3dr1yfrxZe+0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773351038; c=relaxed/simple; bh=3CwjfzUatYFD6H7vmv4CVrRk9Ypp3ZW7hxtZ52gDkTA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=dLCKf1SztgxTCK6sjEV4666EcW23GAVr9gw6R3wQ1jy4JH9BfvAiao8ojeeC8JLKBB81t3zocpZD52lp/YBcmasvNm4vvbVVcFK7Qk2HM8qPDz58isOujgrFlXLTUuzwikYaugukJ0Zw5qMgmboNMAgEIXLn8v6spNZ1GBczJw4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine 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=VO0ch5kl; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine 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="VO0ch5kl" 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=19Gb4bugpV46RcZJbR9bQHqCRWA6pkeJmJLcmADrwgY=; b=VO0ch5klrdgf1zkK1HWLFnO4rD CeVBFPLLdc1Pg9R7jka36JReUm+di2qPH/xMsnlMQpSLCvktGAcy2Y85jiROi/SKHwDok4a8kdIhq sWqbmjjWDrwzT9TkVcyYvRc3rSkjaTGaSJw+2Xnr6AS3R2MFlrLSHdKgrJdGCTcghpJEmCpxKC080 PKrDo3boAovq+lyz3GwGoM/+3bYkqf/lM1ZLJ0OjuguDEMbkmtFYJlwfQQ0G5D91ucQOvrrJgHHa4 pg5gMlfLqa+xnj0HVnXFJejsQ0WsOh+LnVE4UC0XS+osjyGV9zGhwl4Px/XL7XFvSLwyMnvRuyOF8 TvOXYLiA==; 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 v2 0/3] Add devicetree nodes for RK3528, RK3562 and RK356x Date: Thu, 12 Mar 2026 22:30:16 +0100 Message-ID: <20260312213019.13965-1-heiko@sntech.de> X-Mailer: git-send-email 2.47.3 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 changes in v2: - rename node-names to be efuse@... following the dt-specfication 2.2.2. Generic Names Recommendation 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.3