From mboxrd@z Thu Jan 1 00:00:00 1970 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 A926ACCA47C for ; Thu, 23 Jun 2022 16:23:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232178AbiFWQXa (ORCPT ); Thu, 23 Jun 2022 12:23:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232203AbiFWQXV (ORCPT ); Thu, 23 Jun 2022 12:23:21 -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 661082668 for ; Thu, 23 Jun 2022 09:23:20 -0700 (PDT) Received: from jupiter.universe (unknown [95.33.159.255]) (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 DD14B66017E4; Thu, 23 Jun 2022 17:23:18 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1656001399; bh=1k76+Z2E09lVPZkdnZgMSbCx3lTMmi73P+p2vvelDUI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nj3U6ZGVJKrzXBjLhjilrvVA72jJGi+xewy9uDejeihojbCYnZMNnh6uYwfOZAHJ/ FvOKaFTgu6AI6JlwxdYGykjGhGWFl/xymiv7wjdUdfFYw3QVy8NWvJDpOqpv387+YI 003xzcDAmyzRVUsQl4NobE15M9+0puoqWgyyRY57UdhNmHhrddGKAChKVlKAY9Xa0t HqqCYG99YEtUZj0DHCyBYRjnHjfQjUQffLHgpGBMJSKaB4zAZiNEGgWA0m3V5wboyY XctJS1M5NVppbZ4Kr1oXlReYo8Ntv05VVEO9SEcfwYqmJXQ7gM51nBMBfv9y/XOgFc pvixK2UtsIh9g== Received: by jupiter.universe (Postfix, from userid 1000) id 7474648059B; Thu, 23 Jun 2022 18:23:16 +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 rk3388 QoS register compatible Date: Thu, 23 Jun 2022 18:23:07 +0200 Message-Id: <20220623162309.243766-5-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220623162309.243766-1-sebastian.reichel@collabora.com> References: <20220623162309.243766-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document rk3368 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 fb784045013f..ff1a7aae33f2 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 -- 2.35.1