From patchwork Wed Aug 31 18:26:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 601547 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34A3FC0502A for ; Wed, 31 Aug 2022 18:31:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232801AbiHaSbg (ORCPT ); Wed, 31 Aug 2022 14:31:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232828AbiHaSbT (ORCPT ); Wed, 31 Aug 2022 14:31:19 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E886104017 for ; Wed, 31 Aug 2022 11:26:40 -0700 (PDT) Received: from jupiter.universe (dyndsl-091-096-057-024.ewe-ip-backbone.de [91.96.57.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id 5CB426601DF1; Wed, 31 Aug 2022 19:26:38 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1661970398; bh=fnsl14rfGYEmkIp2A1dCzXkTFoWLVwiIpOGwws0KkzI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=boeReBOn0Lr3fHRoOEHyNVTKt3eaDhdSwmtKxjEi1PMwPYkFGWjLK3A2ZbPThLDjC W17U/5CUgXUh7EUS5X/abu7docCnqkTd2VyM/KNJ+ph4VM0ndISn5tchI9MjEIHybQ vZDcbSfIwZTTSkhJg4xK437VVnGvdHGttdf7tyQGsRaSoYLxjcwsdCOW65NHenyJJJ Pc0GcrEFBjKcdgtQXf3yn7xyNzKUAGUd/tWe6mh2Szkvw8t+veHK85ZZK56ijPXytk bkVRffJmX157rLwAYUQQgAUVcR4GAWg1UakjSPm92CoAXBqypw2GNB+c/C6mkYrhHA AP/3CNe7WbuIA== Received: by jupiter.universe (Postfix, from userid 1000) id C5E274805C4; Wed, 31 Aug 2022 20:26:35 +0200 (CEST) From: Sebastian Reichel To: Heiko Stuebner Cc: Rob Herring , Krzysztof Kozlowski , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCH 4/6] dt-bindings: mfd: syscon: Add rk3588 QoS register compatible Date: Wed, 31 Aug 2022 20:26:27 +0200 Message-Id: <20220831182629.79255-5-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220831182629.79255-1-sebastian.reichel@collabora.com> References: <20220831182629.79255-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document rk3588 compatible for QoS registers. Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index c10f0b577268..5369a56b8be1 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -59,6 +59,7 @@ properties: - rockchip,rk3368-qos - rockchip,rk3399-qos - rockchip,rk3568-qos + - rockchip,rk3588-qos - samsung,exynos3-sysreg - samsung,exynos4-sysreg - samsung,exynos5-sysreg