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 CFD2AC433EF for ; Wed, 6 Apr 2022 16:07:04 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9FujyIIt+svd1nEHY7EFB35e5roDy4ovmD5SDPJaqec=; b=xZR7ilwkdBDeXf 94rfS7w44kUTpCh0K0kUSL6TSApTsuX+WIX3OwEPMk0aNVGG7eYDj7A6bLE6YVcJALIXV+MNkrXXS gzombgY0qOjaBW4Bp5hgWPFY3a+HsypHopIh4juHMpmJU/xw43h1aeu3XeMWAM+O4+ewGli/MpceJ CuM7XlGNbRMPuPK+Va7jhI91AwsOYClsE4hGiiHJ3ROrhFgUD+Zfkg1yoyHt/f61vGf46aHUSKtZv mwvsvlt199ZTU8/XDSAHABRbpEcfLlLYG4UMIHTmAVQTjvlrXv0ow2PKiASIx/LGaSu9DROUGZ7iC U+jiOYwmabQPqV1KVIVg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc8AF-0074Sx-PS; Wed, 06 Apr 2022 16:05:47 +0000 Received: from mail-oa1-f52.google.com ([209.85.160.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc88t-0073ZI-F4 for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 16:04:24 +0000 Received: by mail-oa1-f52.google.com with SMTP id 586e51a60fabf-d39f741ba0so3350474fac.13 for ; Wed, 06 Apr 2022 09:04:21 -0700 (PDT) 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:in-reply-to; bh=JOzPcudNwKoxx7vpOzTa3ys/wkq0DsdDrQm4+Z0U+lU=; b=Wm0jr3ouSO6LBMdlsyawkfSKPZiRERf8CBB3dv9oZnVuUfjhAlFtYIUrxT5dFvRziF rPrfsB5o/r+0zYs6C7uWUpkHv8xMgm5fbogi6sDbeo95xrDPAgIxtLc1bom2nusM231s BY66Ma6NVcRpeAmrNoXsG3e4DZwBUun1al6kHNgxKVXMjDter7PHrvZudrGtCL0xZ/kV Vq/Y7l5vUDeaDshnRpSCs+/d64oJFCuHmbou2vmCcur9zduIMWf+IPumJJLX/TjNl4KL beYnnPiGR1SOb7hJMnche6sDnweTuuTh3xpS2ddmmyFeayHeKALqAoSx1+ds5bQ11fp9 NkdQ== X-Gm-Message-State: AOAM5317CL7SqKCL2KSF7NW9yIA/Beq9FGdsyYWXDLGTG825LdP4cpge +vwFh1bH0M9xvPTvwsTMRg== X-Google-Smtp-Source: ABdhPJzCWG0GCbbgx/kWvqZyxyde7VoN25kP3Cvxo1vnRi2q6vO0XA3FDs1y/l9GrzupXV4dbUZuDQ== X-Received: by 2002:a05:6870:d14d:b0:e1:e253:99e8 with SMTP id f13-20020a056870d14d00b000e1e25399e8mr4076392oac.23.1649261060021; Wed, 06 Apr 2022 09:04:20 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id c3-20020a056808138300b002f76b9a9ef6sm6773012oiw.10.2022.04.06.09.04.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 09:04:19 -0700 (PDT) Received: (nullmailer pid 2330320 invoked by uid 1000); Wed, 06 Apr 2022 16:04:18 -0000 Date: Wed, 6 Apr 2022 11:04:18 -0500 From: Rob Herring To: Rui Miguel Silva Cc: Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, Sudeep Holla , Liviu Dudau , Rob Herring , devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v4 2/3] dt-bindings: arm: add corstone1000 platform Message-ID: References: <20220331154536.1544220-1-rui.silva@linaro.org> <20220331154536.1544220-3-rui.silva@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220331154536.1544220-3-rui.silva@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220406_090423_521358_379429C2 X-CRM114-Status: GOOD ( 10.99 ) 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 On Thu, 31 Mar 2022 16:45:35 +0100, Rui Miguel Silva wrote: > Add bindings to describe the FPGA in a prototyping board > (MPS3) implementation and the Fixed Virtual Platform > implementation of the ARM Corstone1000 platform. > > Signed-off-by: Rui Miguel Silva > --- > .../bindings/arm/arm,corstone1000.yaml | 45 +++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 D0827C433F5 for ; Wed, 6 Apr 2022 17:53:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239708AbiDFRzN (ORCPT ); Wed, 6 Apr 2022 13:55:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239741AbiDFRzH (ORCPT ); Wed, 6 Apr 2022 13:55:07 -0400 Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10C9941FB2 for ; Wed, 6 Apr 2022 09:04:21 -0700 (PDT) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-e1dcc0a327so3422959fac.1 for ; Wed, 06 Apr 2022 09:04:21 -0700 (PDT) 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:in-reply-to; bh=JOzPcudNwKoxx7vpOzTa3ys/wkq0DsdDrQm4+Z0U+lU=; b=pi3chsMmR79HjMIg48GZcGKmHKpheEGYeVoL7HE07oXDKIUDUpB1M/yFlY6CuO1hRx 17OGL3C/cIzAI2DjqqWSdKt//DMx8qVUvzQlFOdkK1NuNKKPCf/K12crARPN3CEmpqMc 6L3ykol3m+UZ1iK7F2WASiIgyUPqz1MC2fic2Pt0AU2mew0chIvh4JrRNKcZvjhbFuZL g2Wcl6F0JSkalPAMCcFUaLQk/yZhRXzkULhWDHRY/gVRMNh9WYCEuGCGzC4PKDhsKGEv oElOPA13eGKjFxmSsM5zKHzVAWl6Hkh/8nLoAs8AHxUmJz0eij5lDljbv9CgGxDbhm7e yUCA== X-Gm-Message-State: AOAM531UYOy+PGXPQk/5wHjjHrzvehc6xaaQJuEIHvPaF4FomLZIyyY2 r8PK4O6ygF/KmGixiEhKFQ== X-Google-Smtp-Source: ABdhPJzCWG0GCbbgx/kWvqZyxyde7VoN25kP3Cvxo1vnRi2q6vO0XA3FDs1y/l9GrzupXV4dbUZuDQ== X-Received: by 2002:a05:6870:d14d:b0:e1:e253:99e8 with SMTP id f13-20020a056870d14d00b000e1e25399e8mr4076392oac.23.1649261060021; Wed, 06 Apr 2022 09:04:20 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id c3-20020a056808138300b002f76b9a9ef6sm6773012oiw.10.2022.04.06.09.04.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 09:04:19 -0700 (PDT) Received: (nullmailer pid 2330320 invoked by uid 1000); Wed, 06 Apr 2022 16:04:18 -0000 Date: Wed, 6 Apr 2022 11:04:18 -0500 From: Rob Herring To: Rui Miguel Silva Cc: Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, Sudeep Holla , Liviu Dudau , Rob Herring , devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v4 2/3] dt-bindings: arm: add corstone1000 platform Message-ID: References: <20220331154536.1544220-1-rui.silva@linaro.org> <20220331154536.1544220-3-rui.silva@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220331154536.1544220-3-rui.silva@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 31 Mar 2022 16:45:35 +0100, Rui Miguel Silva wrote: > Add bindings to describe the FPGA in a prototyping board > (MPS3) implementation and the Fixed Virtual Platform > implementation of the ARM Corstone1000 platform. > > Signed-off-by: Rui Miguel Silva > --- > .../bindings/arm/arm,corstone1000.yaml | 45 +++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml > Reviewed-by: Rob Herring