From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Wed, 10 Aug 2022 10:16:33 -0600 Subject: [PATCH 0/2] Convert Aspeed SCU to DT schema Message-ID: <20220810161635.73936-1-robh@kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This short series converts the aspeed,ast2x00-scu binding to DT schema. The binding is already in use in examples which unsurprisingly need fixes with the schema added. If someone wants to convert the remaining child node bindings, that would be nice. This is part of getting rid of the remaining ~40 cases of compatibles without a schema in the examples. Rob Rob Herring (2): dt-bindings: pinctrl: aspeed: Add missing properties to examples dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- .../pinctrl/aspeed,ast2400-pinctrl.yaml | 6 + .../pinctrl/aspeed,ast2500-pinctrl.yaml | 4 + .../pinctrl/aspeed,ast2600-pinctrl.yaml | 6 + 5 files changed, 126 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt -- 2.34.1 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 F2151C19F2A for ; Wed, 10 Aug 2022 16:16:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232419AbiHJQQo (ORCPT ); Wed, 10 Aug 2022 12:16:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbiHJQQm (ORCPT ); Wed, 10 Aug 2022 12:16:42 -0400 Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B12C3642EE; Wed, 10 Aug 2022 09:16:37 -0700 (PDT) Received: by mail-io1-f53.google.com with SMTP id q124so12542478iod.3; Wed, 10 Aug 2022 09:16:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=ZagmBS3RLt2DXFkUdXpb10O2Q5NOyVHzikxsSq4fGZA=; b=M4q/YO/6tEPsFQEMOXDgJY+zfEmRW4whGGIt8QEaS/r30E88wyTrPdbxtwJJAkpVLh cpTgw8EASQJe/BuVQtP524bL/9Kp8+GAf8JvO2quMhpYolv2vTN6YpoErdqQSnsnjiHV dEhflEk5qu+McL6NdZA+JW4wSeJaVb8PmhwjSEkfFtiMZW4obiUHH6W2ZvIZOptb78G/ Cy5+aYIiBrQb2cb4m7OjoBdzZIw4hlRUdW/gLnLVcWxEsgHkaGGKX5MzI/SVgD3CoYML vPzYodHiYngsTLIwQtoZDrlPXbYxCg2JPZN1elR6HRxRUjN+V6UiqM2g9phFnGETdfnD ol8Q== X-Gm-Message-State: ACgBeo1yVHFBhsqyNPPB3g2OTUlfwAK9jTRJKuNJJ1LlsyJMuuv/QQb7 mj+qk6lJYWXPC55/+eME9w== X-Google-Smtp-Source: AA6agR4kCFOTWJkv/aLqwv49A93iQlmHKnG0uw1j2GURDbroSYw9a37PQ3f8uQ610PQLJqel4WWV9g== X-Received: by 2002:a6b:7412:0:b0:67d:1da6:b498 with SMTP id s18-20020a6b7412000000b0067d1da6b498mr11392424iog.14.1660148196881; Wed, 10 Aug 2022 09:16:36 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id z17-20020a056602081100b0067885c5fd94sm2496974iow.29.2022.08.10.09.16.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 09:16:36 -0700 (PDT) From: Rob Herring To: Lee Jones , Linus Walleij , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Convert Aspeed SCU to DT schema Date: Wed, 10 Aug 2022 10:16:33 -0600 Message-Id: <20220810161635.73936-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This short series converts the aspeed,ast2x00-scu binding to DT schema. The binding is already in use in examples which unsurprisingly need fixes with the schema added. If someone wants to convert the remaining child node bindings, that would be nice. This is part of getting rid of the remaining ~40 cases of compatibles without a schema in the examples. Rob Rob Herring (2): dt-bindings: pinctrl: aspeed: Add missing properties to examples dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- .../pinctrl/aspeed,ast2400-pinctrl.yaml | 6 + .../pinctrl/aspeed,ast2500-pinctrl.yaml | 4 + .../pinctrl/aspeed,ast2600-pinctrl.yaml | 6 + 5 files changed, 126 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt -- 2.34.1 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0D1A5C00140 for ; Wed, 10 Aug 2022 16:17:09 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4M2w7R586Gz3bln for ; Thu, 11 Aug 2022 02:17:07 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.166.42; helo=mail-io1-f42.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4M2w6y40mbz2xmn; Thu, 11 Aug 2022 02:16:40 +1000 (AEST) Received: by mail-io1-f42.google.com with SMTP id g15so6037353iob.0; Wed, 10 Aug 2022 09:16:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=ZagmBS3RLt2DXFkUdXpb10O2Q5NOyVHzikxsSq4fGZA=; b=egsAiN3+kF4x9RW/lBxjg6f6J4giR+o5Y+moqlB9b68hgFDOM2YwHoUzHN1vlfo/2C o3VEAiDhrBHDKhedojRHAfUEolB+iuohbCHcqulESWbOwF2uBZXTIuGyK4MM2vlLJnDd 0egVF6VdRkNHzCZPLtEmOocVwfE14KvpA1C5OcsdOcO8ZB5JjPJ9fAhvB1tprg9VmSP7 znHp8KoGGsYRsOLDkJS6VBalOs5hjzVqKZ6xtH6Ryp6JBoI0lbqzKULHuMzsJvTw8yzv HGzU8Y8MZYCCsglvBDeWoZO00loS6rhVdMxQ7+LZ70ApaZ9sbhJtBy4ezw1EhzSpv5Uv xUVA== X-Gm-Message-State: ACgBeo0AATuFfVvvAu9WJv4sEJZQFV0cr/adHK0SWgDhO/R8RgE17jwJ 5GTI7peQOU0BRZBqG42ztg== X-Google-Smtp-Source: AA6agR4kCFOTWJkv/aLqwv49A93iQlmHKnG0uw1j2GURDbroSYw9a37PQ3f8uQ610PQLJqel4WWV9g== X-Received: by 2002:a6b:7412:0:b0:67d:1da6:b498 with SMTP id s18-20020a6b7412000000b0067d1da6b498mr11392424iog.14.1660148196881; Wed, 10 Aug 2022 09:16:36 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id z17-20020a056602081100b0067885c5fd94sm2496974iow.29.2022.08.10.09.16.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 09:16:36 -0700 (PDT) From: Rob Herring To: Lee Jones , Linus Walleij , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery Subject: [PATCH 0/2] Convert Aspeed SCU to DT schema Date: Wed, 10 Aug 2022 10:16:33 -0600 Message-Id: <20220810161635.73936-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" This short series converts the aspeed,ast2x00-scu binding to DT schema. The binding is already in use in examples which unsurprisingly need fixes with the schema added. If someone wants to convert the remaining child node bindings, that would be nice. This is part of getting rid of the remaining ~40 cases of compatibles without a schema in the examples. Rob Rob Herring (2): dt-bindings: pinctrl: aspeed: Add missing properties to examples dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- .../pinctrl/aspeed,ast2400-pinctrl.yaml | 6 + .../pinctrl/aspeed,ast2500-pinctrl.yaml | 4 + .../pinctrl/aspeed,ast2600-pinctrl.yaml | 6 + 5 files changed, 126 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt -- 2.34.1 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3ABE0C00140 for ; Wed, 10 Aug 2022 16:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=3lHsiJje5F23P6Pvb0XH9FpcYMvba2nHOn92qQo94MY=; b=ImhKxvJ8luymRb MFUhrCzXsCL8n7is3vayesm5v3JS+RluoyHMIy1X/LUJ4zjDZk68vFBdn/DuqOEB5otbxfMbC6CzM d9pV8w+EajEdRTS0QbWF6II+4ZYDtu86w7kI+xx+A05WXJvHeI+bU2bKPV0yzp0b1/inaMvMJ0DrH wzRJRGoymR0ifiJoIRGwQkeh1B5YBtJ2we9HMUykyahaRoD+7xqcuqtph1dmv8YdQiejbf3uZUCrD aNFI4eW46oYxZ2HKr36aPjSV2wGH5+QSKC1o7smVOERnIH5fH6R0UAJNQ+7kxp/yGch3V4sfPb9Cn fhNiEL7kH4rgHN5kJW3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLoNv-00Corz-Vr; Wed, 10 Aug 2022 16:16:44 +0000 Received: from mail-io1-f54.google.com ([209.85.166.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLoNs-00Coox-GE for linux-arm-kernel@lists.infradead.org; Wed, 10 Aug 2022 16:16:41 +0000 Received: by mail-io1-f54.google.com with SMTP id v185so12510666ioe.11 for ; Wed, 10 Aug 2022 09:16:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=ZagmBS3RLt2DXFkUdXpb10O2Q5NOyVHzikxsSq4fGZA=; b=ZqxGkE7ZkdqjSdguoM6REBUhI6Dxmci9oL7063wM5P0cWNbb6GrOenmSCcri6EPYF0 NaYLZAWG/O/wNfDCQOXBWf+omZ0UFsgcWOxdTi6krQMR2BDbTh+Hkn8LkGha6/wPKvlq lqyAwmGrypPFToREE814p0h2i2OS5lugDDDKPrTHbYYxA6SHZ/JKOUVtO+eVaKaZhePz DeFm31zzTDfvROQSSeIZ09LnR0ZH4JLew69V1orqQNo/og4aXfSUqETLuZbYmda4rLwQ H+uNvlpbCzSiF0rrZhyfjkevqYxmTW3BYQ5SeKaTCncBFqsJTkv1JMSR5OpqZmtWSR2R ETRw== X-Gm-Message-State: ACgBeo2llH5GcDgAADPN1Uux020EsLOtQqGrVHkIY23OwSJTKmSZ/1at UBVx6dnJFJv++OGi1LXeBQ== X-Google-Smtp-Source: AA6agR4kCFOTWJkv/aLqwv49A93iQlmHKnG0uw1j2GURDbroSYw9a37PQ3f8uQ610PQLJqel4WWV9g== X-Received: by 2002:a6b:7412:0:b0:67d:1da6:b498 with SMTP id s18-20020a6b7412000000b0067d1da6b498mr11392424iog.14.1660148196881; Wed, 10 Aug 2022 09:16:36 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id z17-20020a056602081100b0067885c5fd94sm2496974iow.29.2022.08.10.09.16.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 09:16:36 -0700 (PDT) From: Rob Herring To: Lee Jones , Linus Walleij , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Convert Aspeed SCU to DT schema Date: Wed, 10 Aug 2022 10:16:33 -0600 Message-Id: <20220810161635.73936-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220810_091640_555854_D2B314F7 X-CRM114-Status: GOOD ( 11.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This short series converts the aspeed,ast2x00-scu binding to DT schema. The binding is already in use in examples which unsurprisingly need fixes with the schema added. If someone wants to convert the remaining child node bindings, that would be nice. This is part of getting rid of the remaining ~40 cases of compatibles without a schema in the examples. Rob Rob Herring (2): dt-bindings: pinctrl: aspeed: Add missing properties to examples dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- .../pinctrl/aspeed,ast2400-pinctrl.yaml | 6 + .../pinctrl/aspeed,ast2500-pinctrl.yaml | 4 + .../pinctrl/aspeed,ast2600-pinctrl.yaml | 6 + 5 files changed, 126 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel