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 C76BEC433EF for ; Tue, 22 Mar 2022 07:29:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237462AbiCVHbT (ORCPT ); Tue, 22 Mar 2022 03:31:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237400AbiCVHbT (ORCPT ); Tue, 22 Mar 2022 03:31:19 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B0A21A828 for ; Tue, 22 Mar 2022 00:29:52 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id m30so13799873wrb.1 for ; Tue, 22 Mar 2022 00:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=0YkoUKNzjuiQ40bBDt8w4L9lmMMcuLtJwHkvLD3JA/E=; b=GovikLzyh7hZjV1lSyaqPEVj9O5/8aFxdXFlof2jR/1GZTCYrV6kAzJRJa9jxUc83f Sn4iqcPfBwGfnc4WmvZSppCTdwpvqE3PbWbXuXYYLrEgXAFRvXFadgb7PlcW3W9HUvu7 e18Jz5BLcii5ZOa6nN0t4FGoDKeOVb+E3BL/HZJMujMyEN6REpiLdRMSQ/blr53hVonx UCgcjq6i/LQwEX608lRI4w7EZr6Xe5nKrJ1QZhDXsszWSWSPz8X0eOQPfVBKjDlNc3b7 F+aK1WuNwKBqO2fQrLwJgJy7/QFxDCJYLZssqJuP3ZDnVYStbmCu2XENDTr0taXNUgkd twIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=0YkoUKNzjuiQ40bBDt8w4L9lmMMcuLtJwHkvLD3JA/E=; b=OIcvVKuypowp/tGuJZfaNZhIe2KC55hTmUQQ6GCmPAXQfehBGXFLcAuhSphKlObdYB 2MAWZiir/cHJVPiF3WaQw6C49lNdUoJ+dLdCfjbarEb7Y2WdnZ5iGSyMnFThu3xbnO8V 7i/g1H5U3U8pMsIxXEzL81tpaCVN/7W/0Y4oa2+t59meH+b7br/5T8fS7HH5MxpidMCL aRCik2byGo1C9pO5xAShcmx+fEo8zHGNZvUok5hTbcpc93Fm4pYshuiItPYUmJ7yfXK7 GaaWkGWp7DcDVw9Q3KP5H460tfmocz/Xwzc1i2z7gcT1zKxMJ/+nLoP8zQakIcZ9ozXi fnBQ== X-Gm-Message-State: AOAM533xBd5abk+lPdO9TPOFDpQ/5urhf8BiMVbv0CQoPdxUbwmdgsew FJhv/TNCAJrWDM2DKJVuG2UkEg== X-Google-Smtp-Source: ABdhPJz0F8ts40ypwTzsh/L0YJQnCCbV+t/F+2IebS9NQZvhQiD4uL1Q4o+YBvdHvfmy/NkyfWEuPg== X-Received: by 2002:adf:f5c4:0:b0:205:2836:f1e5 with SMTP id k4-20020adff5c4000000b002052836f1e5mr1252036wrp.519.1647934191160; Tue, 22 Mar 2022 00:29:51 -0700 (PDT) Received: from google.com (cpc155339-bagu17-2-0-cust87.1-3.cable.virginm.net. [86.27.177.88]) by smtp.gmail.com with ESMTPSA id i74-20020adf90d0000000b0020373ba7beesm21964949wri.0.2022.03.22.00.29.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Mar 2022 00:29:50 -0700 (PDT) Date: Tue, 22 Mar 2022 07:29:49 +0000 From: Lee Jones To: Rob Herring Cc: Michael Walle , linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH] dt-bindings: mfd: syscon: add microchip,lan966x-cpu-syscon compatible Message-ID: References: <20220313003122.19155-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 21 Mar 2022, Rob Herring wrote: > On Sun, 13 Mar 2022 01:31:22 +0100, Michael Walle wrote: > > Add the Microchip LAN966x CPU system registers compatible. > > > > Signed-off-by: Michael Walle > > --- > > Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Applied, thanks! Ah, this is the one Stephen messaged about. Are you able to drop this at all? -- Lee Jones [李琼斯] Principal Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog