From nobody Wed Dec 17 17:27:54 2025 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 7B0BA3FE2A; Mon, 6 May 2024 12:47:03 +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=1714999626; cv=none; b=GDFjiZiQmeFCYfUsk/uFs0zYy06uJY8IyUfJZOYGQNon4ae570RDYdIznuUhRVjsEurekm5cVNweTEh1NUfJ1m3yDuYGSXjMP9Cz4/iekTTc5YW3AK2kzVDW+3Lyoqtx3ajISjWT/Qxf9fzlQst1TtjTt/NEY3UKNaKniC6XTgY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714999626; c=relaxed/simple; bh=oUlaJioApay3fMNwPuTbg1FzOyc5RhOms4m5R02QbtY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=g74Hu1MJMSUygAwoRFNUuIpZf2LnrZMOPJ1EpCKG7+7wthqvB7O8s74DKECYCBqFeOguguUeN44uWcZSp7KFMiWYRDMYFad9rcw9yOOMFBGDRQ0Yjaw6Tsibhwl7fv+063TuPnrYOMH6jTyAH88eygDEBGvb+2LXoazlYXJbi2U= 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 i53875b5d.versanet.de ([83.135.91.93] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s3xjw-0005uG-Iq; Mon, 06 May 2024 14:46:44 +0200 From: Heiko Stuebner To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org Cc: heiko@sntech.de, andy.yan@rock-chips.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, quentin.schulz@cherry.de, Heiko Stuebner Subject: [PATCH] dt-bindings: soc: rockchip: add rk3588 mipi dcphy syscon Date: Mon, 6 May 2024 14:46:32 +0200 Message-Id: <20240506124632.3621378-1-heiko@sntech.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Heiko Stuebner RK3588 CSI and DSI support requires the GRF for DC-PHY. Signed-off-by: Heiko Stuebner Acked-by: Conor Dooley Reviewed-by: Quentin Schulz --- Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Docu= mentation/devicetree/bindings/soc/rockchip/grf.yaml index 0b87c266760c6..0131c62893450 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -22,6 +22,7 @@ properties: - rockchip,rk3568-usb2phy-grf - rockchip,rk3588-bigcore0-grf - rockchip,rk3588-bigcore1-grf + - rockchip,rk3588-dcphy-grf - rockchip,rk3588-hdptxphy-grf - rockchip,rk3588-ioc - rockchip,rk3588-php-grf --=20 2.39.2