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 C7EF633A9D0 for ; Tue, 10 Feb 2026 08:03:08 +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=1770710590; cv=none; b=eybCmp+kTbprNdrgcXXAU4R/OKTOIlOrgL8vaNUt87ZPEx7I/MKSGwt4qh3OOZzHALWpQMIBAIESvFsI5kqTwhJwcVv13ZNxgoujlSPvZo1x5aZH0zYxwMkEc3bFUnEYA3Pn9IYaFCp60zD/vQq01qrWat3wpFOOzdXk9wxkTWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770710590; c=relaxed/simple; bh=bGNsTJPeOUNRTbbUHnCTO1Iq4Bw1g3MQLQx9y+EVxxI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=uqKwpHai46TPvxgAxkfPrZ/jNEYjGqaUwjc/Zug/t2rNa1xWKCTR/HoSxBhzXMVEhQ0xMEUVFjGMCBQgdV02jQ3pvtdkVSep5239CEnA5ANy6CxjTjsYcu08V3+3MQ1xLsDeZ45i+7Jd0Xm3oC3Qt+bBNoGJxqQV5hN7ZwulDk0= 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=DSpyflf+; 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="DSpyflf+" 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=VHs+V5Qf6cBn0u+qBjqXwHoGBqfeVK7Ewhcs2HXJU/w=; b=DSpyflf+s6yyfzlRDf7BaNF7qr Gfd55tsRV61JwIQvCwOYvOWjKyu1f/7Q2ZRF1nJNZAn3hxcdPn0CvdBRPahCoezrOtaalZToY9tp9 6f+xqFTWH9F7Zgb7qaza7tBlRCoQ0G2hHUjjWwspnpmO2m0Vpbsg9PdZCHAP/SJPE5APoTBIqwWZE Ti/QdZDIX5Y0sBzXwm8nPH3fQrLqJoQAsZtRZsjVuN7fFg1pQl3j54xVgBKxVWjAbN1MTednTXZTo Np/MP+Hftg3w8U8ErplSIMeUv6O7RitU32CPOirxdoPHK89zo3vIRrxAvvDMwJSdeB4hUsh9Ds0tV S7ZNHhgg==; Received: from i53875a81.versanet.de ([83.135.90.129] helo=phil..) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vpii8-007v2y-OB; Tue, 10 Feb 2026 09:03:05 +0100 From: Heiko Stuebner To: heiko@sntech.de Cc: quentin.schulz@cherry.de, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] Move to gated-fixed-clock for Theobroma/Cherry boards Date: Tue, 10 Feb 2026 09:02:58 +0100 Message-ID: <20260210080303.680403-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 Both Tiger and Jaguar currently use a fixed-clock and gpio-gate-clock to model the PCIe clock generator they have. Ever since I wrote the gated-fixed-clock binding + driver, I carry around conversion patches for those boards to use the new binding and describe actual hardware. I submitted different versions in the initial submission of the then still named "clock-generator" binding, but have reworked them now to use the gated-fixed-clock binding that actually landed. changes in v2: - trim down comment block on generator node (Quentin) - re-use old clock-name (Quentin) - update commit message about added regulator (Quentin) - add patch fixing the pinconf of the Jaguar clkreq_m0 (Quentin) Heiko Stuebner (4): arm64: dts: rockchip: use gated-fixed-clock for pcie-refclk on rk3588-jaguar arm64: dts: rockchip: use gated-fixed-clock for pcie-refclk on rk3588-tiger arm64: dts: rockchip: add pinctrl for clk-generator GPIO on rk3588-tiger arm64: dts: rockchip: Make Jaguar PCIe-refclk pin use pull-up config .../arm64/boot/dts/rockchip/rk3588-jaguar.dts | 21 +++++---------- .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 27 +++++++++---------- 2 files changed, 19 insertions(+), 29 deletions(-) -- 2.47.2