From patchwork Tue Jan 12 09:51:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 1425071 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=puri.sm Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4DFQrs4dKWz9sWK for ; Tue, 12 Jan 2021 20:54:05 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388991AbhALJyC (ORCPT ); Tue, 12 Jan 2021 04:54:02 -0500 Received: from comms.puri.sm ([159.203.221.185]:34690 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388077AbhALJyC (ORCPT ); Tue, 12 Jan 2021 04:54:02 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id D7FD6DFDE3; Tue, 12 Jan 2021 01:52:51 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oo7NT-Atp9dn; Tue, 12 Jan 2021 01:52:50 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com Cc: kernel@pengutronix.de, linux-imx@nxp.com, catalin.marinas@arm.com, will@kernel.org, krzk@kernel.org, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH 0/9] Config and devicetree updates for the Librem 5 phone Date: Tue, 12 Jan 2021 10:51:42 +0100 Message-Id: <20210112095151.4995-1-martin.kepplinger@puri.sm> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This is another set of updates in order to maintain support for the Librem 5 phone: Guido Günther (5): arm64: defconfig: Enable vibra-pwm arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z arm64: dts: imx8mq-librem5: Don't mark buck3 as always on arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator Martin Kepplinger (4): arm64: dts: imx8mq-librem5: enable the LCD panel arm64: dts: imx8mq-librem5: set regulators boot-on arm64: dts: Add Librem5 Evergreen dt-bindings: arm: fsl: Add the librem 5 Evergreen revision .../devicetree/bindings/arm/fsl.yaml | 1 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8mq-librem5-r4.dts | 35 ++++++++ .../boot/dts/freescale/imx8mq-librem5.dtsi | 83 ++++++++++++++++++- arch/arm64/configs/defconfig | 1 + 5 files changed, 117 insertions(+), 4 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski Reviewed-by: Krzysztof Kozlowski