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=-11.2 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED autolearn=unavailable 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 D562FC433E0 for ; Wed, 10 Feb 2021 00:28:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74BB964E2F for ; Wed, 10 Feb 2021 00:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234601AbhBJA1X (ORCPT ); Tue, 9 Feb 2021 19:27:23 -0500 Received: from mail-oo1-f54.google.com ([209.85.161.54]:36055 "EHLO mail-oo1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234084AbhBIUwz (ORCPT ); Tue, 9 Feb 2021 15:52:55 -0500 Received: by mail-oo1-f54.google.com with SMTP id x10so14967oor.3; Tue, 09 Feb 2021 12:52:39 -0800 (PST) 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=zYWOrkcsKfChRImNqLSWdyR0i73LhsnHKlqkLnp7i9w=; b=sJc948wv8cJRqkRlVMiNx6uEm3QIT1qewtMOs3/VUo7LRdK9up4qqdyltq78tI+thz SJykwy48nV2zTDX5xBTWhMi5xt5p2H3wqWGmwgaSuUvbtsvh+H3l08xHExpq56e0uzzN PsVGfCPY1LLCg00Pkuv8RSM6R74vZqmuio4k8Tcm6vEAavLzvYM54zdZDlZ6qHTbHkU1 zQ/pKBmDHMkVhO/ai+sP5TDL8t19B0wLyiQMT5CeN3IDMpnfgREY64hnq0uzR8RIObXN 2llrL/bLDcMO1RN1fuppyiFGNNkXWXO6/743BGoank25x8S2FoDhAWoOwF3csxEjOuPO o1QQ== X-Gm-Message-State: AOAM5316kr0LkZcYORj8cM9WxPaeOzs2AVsf2tWPLQF8BFsGQHifcO3M wrbupQB/oKa7uwq8bx+y0w== X-Google-Smtp-Source: ABdhPJzjsfC6m6597yiSi2bf2jQF3/2bD3LpwzGwpJ9MNjpY7vbQdMc+V54wsIohaWTF94Cd0VU2CA== X-Received: by 2002:a05:6820:414:: with SMTP id o20mr17289292oou.46.1612903934493; Tue, 09 Feb 2021 12:52:14 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 3sm4710017otn.18.2021.02.09.12.52.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Feb 2021 12:52:12 -0800 (PST) Received: (nullmailer pid 158305 invoked by uid 1000); Tue, 09 Feb 2021 20:52:11 -0000 Date: Tue, 9 Feb 2021 14:52:11 -0600 From: Rob Herring To: Michal Simek Cc: Viresh Kumar , Rob Herring , Geert Uytterhoeven , linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, devicetree@vger.kernel.org, Michael Walle , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: arm: xilinx: Add missing Zturn boards Message-ID: <20210209205211.GA158245@robh.at.kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 01 Feb 2021 14:16:12 +0100, Michal Simek wrote: > Add missing DT compatible strings for Zturn boards. > > Signed-off-by: Michal Simek > --- > > Patches are based on > https://lore.kernel.org/linux-arm-kernel/20210120194033.26970-3-michael@walle.cc/ > --- > Documentation/devicetree/bindings/arm/xilinx.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring