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 0FC46C3F6B0 for ; Mon, 22 Aug 2022 11:13:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232286AbiHVLNp (ORCPT ); Mon, 22 Aug 2022 07:13:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231915AbiHVLNn (ORCPT ); Mon, 22 Aug 2022 07:13:43 -0400 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B0EBA456 for ; Mon, 22 Aug 2022 04:13:38 -0700 (PDT) Received: by mail-ej1-x62d.google.com with SMTP id gb36so20398567ejc.10 for ; Mon, 22 Aug 2022 04:13:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=Dkr4AIdROVLhVEc8a8eBTTU4GUL6aPXhNeYUI6btP8k=; b=a4mx+uPTAWxThPbOx/cCMZrRSh16NAD6vD1VWyo9tAkX4CFftSHGfFqXhWn3EKf+yz ugQ5GKRmLBpS/Dmb+C/ZgDvRXhAbybnX4F39JVIx9dNQlI6hTavItP54r6u+NmZgqpIe Pt7esidde8LIRS9wlBGVeBAURqHNMHzvCE6FZr3I5MxOa8RFF2OqKPx8ZCB6WN7U0uOq 1am0XnDm4/m5FjHZeQIK3Hjsi0p9bVZy5bQsJg6c7SnodmCxLHihqzXJ7jlpd773Psoy Uu74Ni7Trm66hxyRAJoQG9B3+OBsY67MG98xJaBSoa+Xpm5IAOwpyufoF9T78nxmGOQG DX6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=Dkr4AIdROVLhVEc8a8eBTTU4GUL6aPXhNeYUI6btP8k=; b=yMiBAf68OdgjKnFZylla4XPLEepGHX/+IGWoZRq+N2W/X2P6OhKXdYY1FWtNMg9KOD sK78i9yRRK4v9gBLX4viG/5jgyN4CNhhTuYKug9euj1+kMKnoHpixWdfUGuVJXYxIICt RzCGzrHYJ8GvsbnbAYW6P2YzF3YpwoSM+hBDuIV9yXo7RmqOqzlczCSgQFJTMh92p41S BAb8MoUWXa1K2Kf1QdxPVSR1wJ7GRJBxfEgDHda80K/R2t2d7wgyvh6etvif7y/daypW puY+kx6VmDpYsjwjOzjBmXi9/0LCZtXyc63YEz015o9EPCqPsXPx0mtXGWwA3XjCU/CR LMqg== X-Gm-Message-State: ACgBeo2Xi5EHfSJnFnQUNdU7+i8nZzjRKgFJn2r2JkyBu55KH40FclYm nrjv3k3w65CC0xcIfpwDoO00fE5MwWq6AJQXm/Ej0Q== X-Google-Smtp-Source: AA6agR7B52ymIWTAoSTjGWlrpKupo1q6W4BPMdfiAdfh17RVskPjHkwynKSg6KMu7i21JPyuYlJkFkRU3PYZihCXEOI= X-Received: by 2002:a17:907:9628:b0:731:1e3:b168 with SMTP id gb40-20020a170907962800b0073101e3b168mr12744420ejc.526.1661166817013; Mon, 22 Aug 2022 04:13:37 -0700 (PDT) MIME-Version: 1.0 References: <20220810161635.73936-1-robh@kernel.org> <20220810161635.73936-2-robh@kernel.org> In-Reply-To: <20220810161635.73936-2-robh@kernel.org> From: Linus Walleij Date: Mon, 22 Aug 2022 13:13:25 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: aspeed: Add missing properties to examples To: Rob Herring Cc: Lee Jones , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 10, 2022 at 6:16 PM Rob Herring wrote: > The aspeed pinctrl parent node (SCU) in the examples is missing various > properties. Add the properties in preparation for the SCU schema. > > Signed-off-by: Rob Herring I see Lee applied 2/2 to the MFD tree so I applied this to the pinctrl tree. Yours, Linus Walleij