From patchwork Mon Dec 3 15:12:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10709783 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2015618BC for ; Mon, 3 Dec 2018 15:12:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 11EEB2B2AF for ; Mon, 3 Dec 2018 15:12:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0FD0C2B316; Mon, 3 Dec 2018 15:12:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A67B52B2AF for ; Mon, 3 Dec 2018 15:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726549AbeLCPMv (ORCPT ); Mon, 3 Dec 2018 10:12:51 -0500 Received: from baptiste.telenet-ops.be ([195.130.132.51]:60066 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726595AbeLCPMv (ORCPT ); Mon, 3 Dec 2018 10:12:51 -0500 Received: from ramsan ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id 7TCl1z0053XaVaC01TClGn; Mon, 03 Dec 2018 16:12:45 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1gTptt-00044v-17; Mon, 03 Dec 2018 16:12:45 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1gTpts-0006k6-Vd; Mon, 03 Dec 2018 16:12:44 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm , Laurent Pinchart , Marek Vasut Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm: dts: renesas: Convert remaining boards to new LVDS DT bindings Date: Mon, 3 Dec 2018 16:12:40 +0100 Message-Id: <20181203151242.25875-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Simon, Magnus, Laurent, Marek, As of commit 6d2ca85279becdff ("dt-bindings: display: renesas: Deprecate LVDS support in the DU bindings"), the internal LVDS encoder has DT bindings separate from the DU. Most board device trees were ported over to the new model, but Stout with R-Car H2 and Salvator-XS with R-Car M3-W were forgotten. This patch series converts the remaining boards. Both patches were compiled-tested only. Thanks! Geert Uytterhoeven (2): ARM: dts: stout: Convert to new LVDS DT bindings arm64: dts: renesas: r8a7796: salvator-xs: Convert to new LVDS DT bindings arch/arm/boot/dts/r8a7790-stout.dts | 15 ++++++++++++--- .../boot/dts/renesas/r8a7796-salvator-xs.dts | 3 +-- 2 files changed, 13 insertions(+), 5 deletions(-)