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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 EA1F8C76186 for ; Thu, 18 Jul 2019 02:42:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C14CD217F4 for ; Thu, 18 Jul 2019 02:42:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563417759; bh=sjxuin9zTS4szxUyX8Q0ubzRlgU41diTfn7okIvvlkc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mdsdq6L01b3Mvh03wuzuWBq4sfHkGfHmTqjndgQd53wg3Yh/0Rg6fZpLhxGvTWmXP PnWJkWvj/VjYPdo3AH5ON8REmUPMHtgHQ841Nul0coZKbfg4LxJkJDG3Fat8JEm/ew c/0JAfu835zcLg/Y7LFY7vGdwxCgV/R/i7RazO6A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732571AbfGRCmV (ORCPT ); Wed, 17 Jul 2019 22:42:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:51824 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727804AbfGRCmV (ORCPT ); Wed, 17 Jul 2019 22:42:21 -0400 Received: from X250 (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3C9DC205F4; Thu, 18 Jul 2019 02:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563417740; bh=sjxuin9zTS4szxUyX8Q0ubzRlgU41diTfn7okIvvlkc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VG1DrduHwFM0tp6ajZDSCEp8z6g7EYUN7s7GURoz8uJRNBkcG+NAAZmFK1LwEMPRc 2m3BkuDyWpreNzFAMsl3h5phmzJwBmZNQCytg73gRL+FFTyK89BaxJrc8hM3NC1pgE vwUBb7KKisIxy+S0RzBIrL+puo53mfkq5pcthwmc= Date: Thu, 18 Jul 2019 10:42:08 +0800 From: Shawn Guo To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Rob Herring , Mark Rutland , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Pavel Machek , "Angus Ainslie (Purism)" , Lucas Stach , Abel Vesa , Anson Huang , Carlo Caione , Andrey Smirnov , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] arm64: dts: imx8mq: Add DT node for the Mixel MIPI D-PHY Message-ID: <20190718024207.GB11324@X250> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 25, 2019 at 10:27:19AM +0200, Guido Günther wrote: > Now that the driver is in linux-next as of 20190624 let's have a DT node > for the i.MX8mq and enable it on the Librem 5 devkit. > > Guido Günther (2): > arm64: dts: imx8mq: Add MIPI D-PHY > arm64: dts: imx8mq-librem5: Enable MIPI D-PHY Applied both, thanks.