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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 EEEBCC48BD5 for ; Tue, 25 Jun 2019 08:27:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEE09205ED for ; Tue, 25 Jun 2019 08:27:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730335AbfFYI10 (ORCPT ); Tue, 25 Jun 2019 04:27:26 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:47638 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727835AbfFYI10 (ORCPT ); Tue, 25 Jun 2019 04:27:26 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 553A6FB05; Tue, 25 Jun 2019 10:27:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pFjeKLXJ8mOX; Tue, 25 Jun 2019 10:27:22 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 0EC7848DDA; Tue, 25 Jun 2019 10:27:22 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Rob Herring , Mark Rutland , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Pavel Machek , =?UTF-8?q?Guido=20G=C3=BCnther?= , "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: [PATCH 0/2] arm64: dts: imx8mq: Add DT node for the Mixel MIPI D-PHY Date: Tue, 25 Jun 2019 10:27:19 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 .../boot/dts/freescale/imx8mq-librem5-devkit.dts | 4 ++++ arch/arm64/boot/dts/freescale/imx8mq.dtsi | 13 +++++++++++++ 2 files changed, 17 insertions(+) -- 2.20.1