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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B73FFC49EA5 for ; Thu, 24 Jun 2021 20:29:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97756613BA for ; Thu, 24 Jun 2021 20:29:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232310AbhFXUcE (ORCPT ); Thu, 24 Jun 2021 16:32:04 -0400 Received: from mail-io1-f51.google.com ([209.85.166.51]:36445 "EHLO mail-io1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbhFXUcE (ORCPT ); Thu, 24 Jun 2021 16:32:04 -0400 Received: by mail-io1-f51.google.com with SMTP id s19so9869744ioc.3; Thu, 24 Jun 2021 13:29:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XnibS50Q0CBOvEMl46nwSYw4OcAKBfEOQazrskVjqjY=; b=NYFRDr0Do5uzmDGFur1V3odPenjaiUAVJp7fk+nAJmbCWkb7u1Xois7NTibk5UvNKl HchKbETrTssvN+tnGhYBK98+XE0WMGGrTcfo/0uxQnOIJgQmtI236hTc9+NO41xUR4XK xj2alTj/ppLNgXsMswU3pevV5Qb960zj6IVZLKB/yAvyO3iaaTV3acOtXSM1gmphjgzr PMeBXa965yd9FEAhnxMtRQWj1qDFpe9X/D5j8a6FmTbvoe7+LYgm3ALrBDVQ0FV47cig LT37QbuaCkcRSHTBjjhi+nqxb0i+1EeOJdiJXJJjJPcHMu88dhzl2NMcJ57wsbwchbqY OQgQ== X-Gm-Message-State: AOAM530kfmIuGx+FFEOmHSu2O6qUsmQaKlUovnbm0NuFv+8/TWPZ1RbW yt5U98OIE484JdaL7AjKEw== X-Google-Smtp-Source: ABdhPJxSAKYnzPEeTZsNmHL4KajVliP6DlriQJmZLFMV8u3yLHsbqwQz8hp6LBg8Bft5Jxc+K2vjpQ== X-Received: by 2002:a6b:fd12:: with SMTP id c18mr5713673ioi.182.1624566584246; Thu, 24 Jun 2021 13:29:44 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id c19sm2464332ili.62.2021.06.24.13.29.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Jun 2021 13:29:42 -0700 (PDT) Received: (nullmailer pid 1937094 invoked by uid 1000); Thu, 24 Jun 2021 20:29:40 -0000 Date: Thu, 24 Jun 2021 14:29:40 -0600 From: Rob Herring To: Michal Simek Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , monstr@monstr.eu, git@xilinx.com, Rob Herring , devicetree@vger.kernel.org, Viresh Kumar , Michael Walle , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 30/33] arm64: zynqmp: Add support for zcu102-rev1.1 board Message-ID: <20210624202940.GA1937058@robh.at.kernel.org> References: <38bbbeb885f4d9ba466c43ab9b4d25190a3552fb.1623684253.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38bbbeb885f4d9ba466c43ab9b4d25190a3552fb.1623684253.git.michal.simek@xilinx.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 14 Jun 2021 17:25:38 +0200, Michal Simek wrote: > zcu102 rev1.1 compare to rev1.0 is using by default different DDR memory > which requires different configuration. The reason for adding this file to > Linux kernel is that U-Boot fdtfile variable is composed based on board > revision (in eeprom) and dtb file should exist in standard distibutions for > passing it to Linux kernel. > > Signed-off-by: Michal Simek > --- > > Changes in v2: None > > Documentation/devicetree/bindings/arm/xilinx.yaml | 1 + > arch/arm64/boot/dts/xilinx/Makefile | 1 + > .../boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts | 15 +++++++++++++++ > 3 files changed, 17 insertions(+) > create mode 100644 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts > Reviewed-by: Rob Herring