From patchwork Wed Jul 6 09:50:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12907835 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 202A1C433EF for ; Wed, 6 Jul 2022 09:50:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229558AbiGFJus (ORCPT ); Wed, 6 Jul 2022 05:50:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbiGFJuq (ORCPT ); Wed, 6 Jul 2022 05:50:46 -0400 Received: from mail-lj1-x22e.google.com (mail-lj1-x22e.google.com [IPv6:2a00:1450:4864:20::22e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65C8C237E2 for ; Wed, 6 Jul 2022 02:50:42 -0700 (PDT) Received: by mail-lj1-x22e.google.com with SMTP id r9so17757850ljp.9 for ; Wed, 06 Jul 2022 02:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=71Kna/9czd4EohADHArXF2GliG2yv9ElmmPlGMx3dPc=; b=rqA4uSFtaeSRfqVbXx1KgUGC97AurnQ9NQj27U9JVpTftmqd4IP393pfdEuh+YIg59 3cNfvCI0I1w7YTWwCva6tdOf7ecccDPM8j/kQI45Db5EkC0FhcG0uVZ7rf+WTxKQcbp3 UcLRjueW2Bo2VEXYTv4SXIzIod3oiSPH44Zfc35t0PNa1P7R+xrTNk75P9BOU1A3QixA JJwjNcUZBnFckGOr1mogDVBP96uEvGTqo/V2Su9K83RTookcf/hIIPBo31CdWvpwUB15 SiYkcfSOVrVMoyTCDlGLwYET7U1J1HQjRSGvqfbEial42CihZ/FubawppcQgXJmkPB8E BRzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=71Kna/9czd4EohADHArXF2GliG2yv9ElmmPlGMx3dPc=; b=p2QZQe8Ay837T70nsyfDArB7XOmH8uT74fYrkAT1/dUhUcf+UJI5e+CF3JiLGzVHUD MBEeOQShS0f/PpZX1hms7BlDvvhCYltaAw7DzlSrqTo4wdkFFlsxOEKSszKN463oIqvX YIrA9ZcWVUhGTiZbcaFMO4vq9/hUbHQtj60QZIBgAK6hlMigGGPTSPvmcbTUN+L8wvfh LjGVO0ku9VArSVsTGoxLls7aLO1YAu66+9Z58fG3bxewfrA0JfI1UTPD1cYPUI5sk+ML 9i3rNAWTDAcSCLwcA1YjK1VbjnUI00yPY491yVsyIS98xIQXw83ahNKdvDphjUhY6uux 7z2Q== X-Gm-Message-State: AJIora9Xfi1DWxSKsBSZ3kdRS9b7IxUgv/+O0OdcCxsyt1ewWKo/yVIC vAVxYVB7ZrgfjOmOZMV/cdkjHg== X-Google-Smtp-Source: AGRyM1vzGHD4GprYtW+scuWgo8KTLw+GYTqKz2ZFm84RG1G9aOrnqWXawhGN4REDH4zBQsz0END9dA== X-Received: by 2002:a2e:8449:0:b0:25d:1a37:ead2 with SMTP id u9-20020a2e8449000000b0025d1a37ead2mr10645814ljh.509.1657101040746; Wed, 06 Jul 2022 02:50:40 -0700 (PDT) Received: from krzk-bin.home ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id bp23-20020a056512159700b00478f1e04655sm6202957lfb.14.2022.07.06.02.50.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 02:50:40 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Chanho Park , Krzysztof Kozlowski Subject: [PATCH 1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup assigned clocks Date: Wed, 6 Jul 2022 11:50:35 +0200 Message-Id: <20220706095037.78542-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org "assigned-clocks" are not needed in the schema as they come from DT schema. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index c30a6437030d..a5d489acfdca 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -49,9 +49,6 @@ properties: reg: maxItems: 1 - assigned-clock-parents: true - assigned-clocks: true - '#clock-cells': const: 1 From patchwork Wed Jul 6 09:50:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12907836 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 92B07C43334 for ; Wed, 6 Jul 2022 09:50:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231370AbiGFJut (ORCPT ); Wed, 6 Jul 2022 05:50:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231637AbiGFJur (ORCPT ); Wed, 6 Jul 2022 05:50:47 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 984AB24085 for ; Wed, 6 Jul 2022 02:50:43 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id y16so24950875lfb.9 for ; Wed, 06 Jul 2022 02:50:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sWRjbLgcGsk+PF/W1vIsSUB7oBAIadGQbfCzHFSPPVQ=; b=f7qRKlylJueDKrrf+d2P9hukohACvk/TsGOYTG4mYvAAFuDZC0uO+ig3rASDFoF0Mp gQfZ1d6FOUO+Dmh0+fQT6EdiEXn4aYwhrJflCw6MlJuoEL7Gwm4stTi1DiZFsdCx4X+X JpXo3tPufY6ToNsi+Ay1LLdyRvfTrMB/GdPGUDu58EvGSZjA7rADl4O3eMaryUTUs4yR IBgH8tiW0P4kVsmZpytPbcD58gefa2MhchjOVkaPKFdhR61rolQYvViKVcNCqA2D/ra7 kOe79TwN+/phw0qNan7apBdzQ1tMQh9PjErZpuAlN6BKMB7t5fh1XAGWt2+lDpEnw5u6 p3RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=sWRjbLgcGsk+PF/W1vIsSUB7oBAIadGQbfCzHFSPPVQ=; b=d5viEZcFl9cq8hSE37jA+xhsgIaoj671StvN1qTusbTcCnu29eTxKO4Q01fh1tuKFb 9w680Fj9O0DZnLU8LMdfNLORcO76UYaho+UraffeQWmBdB/2ZBOazlfkFHwhNPoYX7og n2HL2JJnVAqzS3LUxGvp5+Ffb+0kTDjaYCYYaCKatQiVm/VA4lqeMlIJ7Q5EDMhCYQ/R d+omDc3EJ91ZGyLdpkGJav9pZgPZAX4WGr+EJzPH+ehIeFlq+8AxjwDhjUCbHsIZ9ucY PT3fjQCyccwKhdFItY8ibC6DjThj20cyEr575bN1FjRcrafcHVtzZXVZjqFtJefYNJdN Hi4g== X-Gm-Message-State: AJIora+a54cjDhzt1bVqb+SqWRYEkEJpwaT6wPcy08R8/E27/fZG7gPr GhgOgqtBxEPG2Y8odcIacKRV+g== X-Google-Smtp-Source: AGRyM1tjGIig0pANF2xtlCJtvNimIqOEvE93EGulG/hQOkNwoA9vzQ2U76OfAf1uyeDMAtqyONwWfg== X-Received: by 2002:ac2:4c42:0:b0:482:cb18:25ac with SMTP id o2-20020ac24c42000000b00482cb1825acmr7358648lfk.643.1657101041810; Wed, 06 Jul 2022 02:50:41 -0700 (PDT) Received: from krzk-bin.home ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id bp23-20020a056512159700b00478f1e04655sm6202957lfb.14.2022.07.06.02.50.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 02:50:41 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Chanho Park , Krzysztof Kozlowski Subject: [PATCH 2/3] dt-bindings: soc: samsung: exynos-pmu: use abolute ref paths Date: Wed, 6 Jul 2022 11:50:36 +0200 Message-Id: <20220706095037.78542-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220706095037.78542-1-krzysztof.kozlowski@linaro.org> References: <20220706095037.78542-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Preferred coding for referencing other schemas is to use absolute path. Quotes over path are also not needed. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Alim Akhtar Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index a5d489acfdca..1835ca08416d 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -75,13 +75,13 @@ properties: const: 3 syscon-poweroff: - $ref: "../../power/reset/syscon-poweroff.yaml#" + $ref: /schemas/power/reset/syscon-poweroff.yaml# type: object description: Node for power off method syscon-reboot: - $ref: "../../power/reset/syscon-reboot.yaml#" + $ref: /schemas/power/reset/syscon-reboot.yaml# type: object description: Node for reboot method From patchwork Wed Jul 6 09:50:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12907837 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 3FA63CCA480 for ; Wed, 6 Jul 2022 09:50:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231861AbiGFJuu (ORCPT ); Wed, 6 Jul 2022 05:50:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231917AbiGFJus (ORCPT ); Wed, 6 Jul 2022 05:50:48 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B938A2409A for ; Wed, 6 Jul 2022 02:50:44 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id bf9so1757738lfb.13 for ; Wed, 06 Jul 2022 02:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3JVFL+FX8zzwyBdLEyCZjlDRvezlHHKQHh3EPD34/eI=; b=NwzWlnsKnKAb2Kr9ddCPEr7AwIJE4WZzsuKOAGrvPhMbrt1p1PHnauAncvRFKLTjuT D6O9pXKJLa3R0snaxpBufrBvmGVDWXlWyYSvdtuXrXZuKHfE2Rec3w4SFwqn6m2C98fX LamALdCNb7L+gsVVlcEwXVkjet7H1pRAI05XAMvhXoCbPC5LYuMl0ocf+xNyysu7Psp8 734k2vhhQ37/OW3K3fTAzWVDI1BgZuJEdTaMRoy2RAxfVUzjOqW7Se0vnJon52WcKkLa CsWmkQc6enkyrowiza5mrhPQLnmZBMF64aZVCIoV8LyBXoDuNf6YaZ9hEfJY5qkjztcb //2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3JVFL+FX8zzwyBdLEyCZjlDRvezlHHKQHh3EPD34/eI=; b=TKJmNlgdMHGs6g8WayCQvwD1HwTJN7PSzsjOoLtwMSwbDqLNXDwaLwma3wDb4dhQ6i jwulGPPaN+6NhCgNenJav46SgM3HoFRneTTXjSa7vXeG1KJ0xH9+JC4nPYxrUR6uWcAP IG4dvUvDn38Bo41WCq7NV2RBXWkWvrSL9OI84IhCLGejqsaotst/fdQ27RaKGuVaVWuH YdV3dV9fFXw3V+cObtjyJvC06Fkjl/LqlkI1naOwqXUR5NYEooQcdsiPmS4ikR6FEnRZ TV1ri3TIm3q7/xopj56mN8Z/R41AoqilIbFLmJnjDR+ETFFkb0Tdw/PrrLguF3hnlZ67 WB0Q== X-Gm-Message-State: AJIora/O9GB/FDXcv60Ksr64OtbqmYDvArjgECGTLwA9EwVb1bFOl9Fs +bkVdMlED3q2NEeqPGB76i5WJQ== X-Google-Smtp-Source: AGRyM1sTQ/4lcDWBPJz8KoMiiukE3L8YDQACbL8ExtItnGIqHuvZLMnfDRyGH6T4bfzr++kwuEu2oA== X-Received: by 2002:ac2:4890:0:b0:484:dfa:858e with SMTP id x16-20020ac24890000000b004840dfa858emr4635959lfc.322.1657101042934; Wed, 06 Jul 2022 02:50:42 -0700 (PDT) Received: from krzk-bin.home ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id bp23-20020a056512159700b00478f1e04655sm6202957lfb.14.2022.07.06.02.50.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 02:50:42 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Chanho Park , Krzysztof Kozlowski Subject: [PATCH 3/3] dt-bindings: soc: samsung: exynos-pmu: add reboot-mode Date: Wed, 6 Jul 2022 11:50:37 +0200 Message-Id: <20220706095037.78542-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220706095037.78542-1-krzysztof.kozlowski@linaro.org> References: <20220706095037.78542-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org ExynosAutov9 gained a reboot-mode node, so document the property to fix warning: exynosautov9-sadk.dtb: system-controller@10460000: 'reboot-mode' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski Reviewed-by: Alim Akhtar Reviewed-by: Rob Herring --- .../devicetree/bindings/soc/samsung/exynos-pmu.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index 1835ca08416d..13bb8dfcefe6 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -74,6 +74,12 @@ properties: Must be identical to the that of the parent interrupt controller. const: 3 + reboot-mode: + $ref: /schemas/power/reset/syscon-reboot-mode.yaml + type: object + description: + Reboot mode to alter bootloader behavior for the next boot + syscon-poweroff: $ref: /schemas/power/reset/syscon-poweroff.yaml# type: object