From patchwork Wed Jul 29 15:07:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Palmer X-Patchwork-Id: 1338376 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=0x0f.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=0x0f.com header.i=@0x0f.com header.a=rsa-sha256 header.s=google header.b=Q5NcUbxb; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BGxk94mgdz9sRN for ; Thu, 30 Jul 2020 01:08:01 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726718AbgG2PIB (ORCPT ); Wed, 29 Jul 2020 11:08:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726644AbgG2PIA (ORCPT ); Wed, 29 Jul 2020 11:08:00 -0400 Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49C2EC0619D2 for ; Wed, 29 Jul 2020 08:08:00 -0700 (PDT) Received: by mail-pf1-x441.google.com with SMTP id k18so5843789pfp.7 for ; Wed, 29 Jul 2020 08:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fLWyfEUhKxXNKJFrSYCE0dME2LhnACi7EQ1AP/MIj5Q=; b=Q5NcUbxbJL2tzk4NSOjxEP86/y7iXE/BKfpf4R8r781lbtlWBGEPj8Go7eRSvqg/tX 668V1XwkzjMmAAZ4KArwoDV4Emv0KSCP+FL/fJtMnxwBt2fl+340li9mMpuCJqTlkZua gE5Jy4w4JyB5B207TNc9VX+pBmHiiysKdiy2E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fLWyfEUhKxXNKJFrSYCE0dME2LhnACi7EQ1AP/MIj5Q=; b=XRCx8rcCQSghotdlvZcmydqcqwX/wdEJxkehnqS/FPYf+WVxvkMTjpIEDAEsrIDfqq cVmiXEzYoQozMxbDccu5EHB7kIa/PW5HMc9EbnzEXwhSyK/uPqi34rlz/VcP/Au4BogS eI3MB2V9RoD5hFN3N0BUS9SDGPgL12tVCn63FOIxggPbl8AK90CFE/JOI865RJgQ2dSS +0z2xyQwQaXvxKf/xMSpcVIZVJBdOh7ARXqhNLm+XOIU0oOA/KXCeI3EM+kLCLKLNOiH Y8s/Q+SS959wadRhL36PN4BJP3tMpOHywoKIJPR4RKJqGVLaORjlOMZgHaL0wkqRfMxx 9p0w== X-Gm-Message-State: AOAM530Cw8nJTa1IylRb9iJEIkNrQHQIggHORq/hEpyGpn6R99Lv4KUv wciH8CoVPyyAUPovw6IqzUb4ug== X-Google-Smtp-Source: ABdhPJz/66JXRSWGtpeKrp5Yo0ZHqUK71S6otyWtJitmYVlxgEiPcuU9A7VikImtfuUpkv5uI2XYMA== X-Received: by 2002:aa7:810c:: with SMTP id b12mr30728293pfi.69.1596035279685; Wed, 29 Jul 2020 08:07:59 -0700 (PDT) Received: from shiro.work (p532183-ipngn200506sizuokaden.shizuoka.ocn.ne.jp. [153.199.2.183]) by smtp.googlemail.com with ESMTPSA id q11sm2688058pgr.69.2020.07.29.08.07.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jul 2020 08:07:58 -0700 (PDT) From: Daniel Palmer To: soc@kernel.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, robh@kernel.org, Daniel Palmer Subject: [PATCH 1/3] dt-bindings: mfd: syscon: add compatible string for mstar,msc313-pmsleep Date: Thu, 30 Jul 2020 00:07:46 +0900 Message-Id: <20200729150748.1945589-2-daniel@0x0f.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com> References: <20200729150748.1945589-1-daniel@0x0f.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add a compatible string for the pmsleep register region in the MStar MSC313 SoC. Signed-off-by: Daniel Palmer --- 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 f3fba860d3cc..614e58bb5d7d 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -39,6 +39,7 @@ properties: - allwinner,sun8i-v3s-system-controller - allwinner,sun50i-a64-system-controller - microchip,sparx5-cpu-syscon + - mstar,msc313-pmsleep - const: syscon From patchwork Wed Jul 29 15:07:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Palmer X-Patchwork-Id: 1338377 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=0x0f.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=0x0f.com header.i=@0x0f.com header.a=rsa-sha256 header.s=google header.b=v1LXIVF7; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BGxkF4xRdz9sRX for ; Thu, 30 Jul 2020 01:08:05 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726813AbgG2PIE (ORCPT ); Wed, 29 Jul 2020 11:08:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726054AbgG2PIE (ORCPT ); Wed, 29 Jul 2020 11:08:04 -0400 Received: from mail-pg1-x532.google.com (mail-pg1-x532.google.com [IPv6:2607:f8b0:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AECDC061794 for ; Wed, 29 Jul 2020 08:08:04 -0700 (PDT) Received: by mail-pg1-x532.google.com with SMTP id m22so14383393pgv.9 for ; Wed, 29 Jul 2020 08:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rVogIxgDbFpKEnc2TvUT3powwKOjhzEzUdbOqW/tUl8=; b=v1LXIVF7mkdh7FgGzsKCTpqSCqNmesjM2EXQjHqz9dTOmwzqyXsMRjftwhjAeBiw3w U4wrskzCyaqi1dVzDfKoAOyrGmGKa0LzdwbcZa/vmRdiKg12vRLptYtd1QGqQhpBXFNW njHWuv8ubOl7MO4sjqHimzTgHb5iQWkOOfxB0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rVogIxgDbFpKEnc2TvUT3powwKOjhzEzUdbOqW/tUl8=; b=R9ISOQKGcyZMNZwwkQO8kLkpPWQhb22YLf8NFbKDXM1Iab1cgPKoYZl+o6c+Ju45b/ zmAEIT3+85bn1yGDHp+eImwf1axqHSuLvPXGoep3DTCfDIr9iBk8Uosn0H9Hdkcd9ogm 31Y75znOSRp7WPybByVawgw0BO8CicMyTQfd+ZZ1zSyNK6UjWYUbfefIuRLksx4ax40S Lvm0q7XVmEP7ioOtr38VsgjIpThyIEG/x8/73/uz5fUSiJsRA5Mw0RkNik7Gx/aMQu6T 0DGMJzfsyMBcgWp3XbpSIAqh6zOTsX3ATXcgWamPCGbb2kTST6Whwr/pyed7Va9a0+3x if6A== X-Gm-Message-State: AOAM5304/l1w1oYkpmr8MZlj1ZozmEpbmY5050L3EPzGZC659BBtaUfU etsfr/fziG15qA5aX0s1G4sAMg== X-Google-Smtp-Source: ABdhPJxHb8vfoFnXpcAydflPLzAkP3b2h3f7mUtrqgqBxfDdRNZ53hGv+S7rJE4QMlReKaAhQVFftg== X-Received: by 2002:a65:484c:: with SMTP id i12mr31148110pgs.145.1596035283531; Wed, 29 Jul 2020 08:08:03 -0700 (PDT) Received: from shiro.work (p532183-ipngn200506sizuokaden.shizuoka.ocn.ne.jp. [153.199.2.183]) by smtp.googlemail.com with ESMTPSA id q11sm2688058pgr.69.2020.07.29.08.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jul 2020 08:08:01 -0700 (PDT) From: Daniel Palmer To: soc@kernel.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, robh@kernel.org, Daniel Palmer Subject: [PATCH 2/3] dt-bindings: arm: mstar: remove the binding description for mstar,pmsleep Date: Thu, 30 Jul 2020 00:07:47 +0900 Message-Id: <20200729150748.1945589-3-daniel@0x0f.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200729150748.1945589-1-daniel@0x0f.com> References: <20200729150748.1945589-1-daniel@0x0f.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Remove the unneeded binding description. Compatible string is in mfd/syscon.yaml now. Signed-off-by: Daniel Palmer --- .../bindings/arm/mstar/mstar,pmsleep.yaml | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml diff --git a/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml b/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml deleted file mode 100644 index 0b45e7012ceb..000000000000 --- a/Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) -# Copyright 2020 thingy.jp. -%YAML 1.2 ---- -$id: "http://devicetree.org/schemas/arm/mstar/mstar,pmsleep.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" - -title: MStar/SigmaStar Armv7 SoC pmsleep register region - -maintainers: - - Daniel Palmer - -description: | - MStar/Sigmastar's Armv7 SoCs contain a region of registers that are - in the always on domain that the vendor code calls the "pmsleep" area. - - This area contains registers and bits for a broad range of functionality - ranging from registers that control going into deep sleep to bits that - turn things like the internal temperature sensor on and off. - -properties: - compatible: - oneOf: - - items: - - enum: - - mstar,pmsleep - - const: syscon - - reg: - maxItems: 1 - -required: - - compatible - - reg - -additionalProperties: false - -examples: - - | - pmsleep: pmsleep@1c00 { - compatible = "mstar,pmsleep", "syscon"; - reg = <0x1c00 0x100>; - };