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=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 7A5F6C4332E for ; Sat, 6 Mar 2021 19:58:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2E80264F07 for ; Sat, 6 Mar 2021 19:58:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E80264F07 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 915966E53C; Sat, 6 Mar 2021 19:58:18 +0000 (UTC) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by gabe.freedesktop.org (Postfix) with ESMTPS id DA4686E53C for ; Sat, 6 Mar 2021 19:58:16 +0000 (UTC) Received: by mail-pf1-f172.google.com with SMTP id x7so1116723pfi.7 for ; Sat, 06 Mar 2021 11:58:16 -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=vrwdJhhYtSH9wQZ5EXhp7heMqxOYZiFZDSvmiyJutDA=; b=nCKRbw/nVbdTQe/cGITkoZegHxdqcpuN8MgWE3Z89USIhfzEGXmEoECV1SABvrBMWw YSLbAtHr97912GRJxwDrmqOt5hsEzLw1HLIrzX1b43jQXfR9mWzNTCDjJJm1FDy61x2k eX4SubxrkwF5b6Xoza37mNZPdIFjqG/lpH4LwYOjxVFDMcPbgC+n06aZDwLWVhwT9uX+ ryb5RGZMkwxnyuVYAUTwvL71oRm/kgo8NDsY36+S95VeqGBEWdxs/YQhn9xVLw8ICxvb pfLaz+TEfvVzsYe/OHPd3gIZq+n95tAJleyDChzGif4vUO4Z2HvN5R6upjCB7oGs88tc D9hQ== X-Gm-Message-State: AOAM533QApknc5xjTC653zcx1Eujj/KtCYnupkGeM5See62TVUSeFp83 upWYeVkCe5UoAXuOmTlgGw== X-Google-Smtp-Source: ABdhPJyIkD3xwASyiv2hONK661jHJeeDgt+7b9ZQTNaf1Ja9t99WvD8XURjwe4kk7/XbL2T2N/XhCA== X-Received: by 2002:a62:b50d:0:b029:1ed:c0d:3778 with SMTP id y13-20020a62b50d0000b02901ed0c0d3778mr14784437pfe.72.1615060696520; Sat, 06 Mar 2021 11:58:16 -0800 (PST) Received: from robh.at.kernel.org ([172.58.27.98]) by smtp.gmail.com with ESMTPSA id t6sm775470pjs.26.2021.03.06.11.58.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 06 Mar 2021 11:58:15 -0800 (PST) Received: (nullmailer pid 1121697 invoked by uid 1000); Sat, 06 Mar 2021 19:58:08 -0000 Date: Sat, 6 Mar 2021 11:58:08 -0800 From: Rob Herring To: Sebastian Reichel Subject: Re: [PATCHv1 4/6] dt-bindings: arm: fsl: add GE B1x5pv2 boards Message-ID: <20210306195808.GA1121640@robh.at.kernel.org> References: <20210222171247.97609-1-sebastian.reichel@collabora.com> <20210222171247.97609-5-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210222171247.97609-5-sebastian.reichel@collabora.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , Alexandre Belloni , Pengutronix Kernel Team , devicetree@vger.kernel.org, David Airlie , Sascha Hauer , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , linux-mtd@lists.infradead.org, NXP Linux Team , Miquel Raynal , kernel@collabora.com, Shawn Guo , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 22 Feb 2021 18:12:45 +0100, Sebastian Reichel wrote: > Document the compatible for GE B1x5pv2 boards. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel