Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5630734ybv; Tue, 18 Feb 2020 00:51:56 -0800 (PST) X-Google-Smtp-Source: APXvYqwFyhqDqyquLZ+jQ2aXUYql5rp70PK5ySXrIMIfAthyUVG6gkI20oJxiaIn1fz3Veojd52z X-Received: by 2002:aca:5303:: with SMTP id h3mr532516oib.109.1582015916576; Tue, 18 Feb 2020 00:51:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582015916; cv=none; d=google.com; s=arc-20160816; b=Icb6sEG1Zys/B5dpUcCYJRSGoHk/k8G7EoX1tCYYjIMCNqQtmyskYIeZNtB3wEPvXQ hwD8nTI3W8/fSWCA4vmhhNC4HBSbDHXRXnu8K85x+g2XHcSutzLDm2TFFnHixg41tJnb Q1CN3s3ksa5bAozr88WyCqSCb3WyG8Hhp4E9NjkiIfdrsYgHGJCPn9yg0JDf+gOq3Fvp bR9JaJOwKmY5C93GLFL+PKKkbcQcMZ0eKly4/0Cm1m2PK6SLOUl5EpMpTh160E9YhSbZ mJibz7LXvCTI1Polk3kPEB1odjRRIFUtVCP2EsQR8N/fbQKGlg0zp6/0tRP0liFpxUCY cRIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:message-id:date :subject:cc:to:from; bh=DLcvBx70XvhsZrIrQpm9hOqqXvNvX51EMgw7347AisY=; b=ixEho3oXyZWz1i7DMEoZv93bQJ7sTz4KJ/2gAXWaeiy4SFKjuyRo3gDd1t+moQ0+3H QOYiId66xCl093vz4saShmHgEJhoZTmSWkrQnKaqIt5KkQ1UX4w7qlBknsXLUPZr78GW xdxaPOI2qpH+iGyrkoDL3xUuSJ/jzJyFfbg2rewoVhqow5zwMMuH3UJBLVDv2b6L87j1 /CQiRzOHcAxbEj4aFhhrOkvE/zqzSybdXzAQWu0G0pNUbmjhyUKElEbhbYrxwy2pP/tf 0NnZ/cmLc0sNn1t8q1tYKoGPpOac4zgJvDguYL2qfEkh/mgQLvurv0mY6TKPPrXTOW/X tExQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a205si7820807oif.159.2020.02.18.00.51.44; Tue, 18 Feb 2020 00:51:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726298AbgBRIui (ORCPT + 99 others); Tue, 18 Feb 2020 03:50:38 -0500 Received: from comms.puri.sm ([159.203.221.185]:39712 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726199AbgBRIui (ORCPT ); Tue, 18 Feb 2020 03:50:38 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 93F0EE1131; Tue, 18 Feb 2020 00:50:37 -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 TOJcBN2WAsxs; Tue, 18 Feb 2020 00:50:36 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de Cc: linux-imx@nxp.com, Anson.Huang@nxp.com, devicetree@vger.kernel.org, kernel@puri.sm, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH v2 0/9] arm64: dts: librem5-devkit: description updates Date: Tue, 18 Feb 2020 09:49:33 +0100 Message-Id: <20200218084942.4884-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These are additions to the imx8mq-librem5-devkit devicetree description we are running for quite some time. All users should have them: revision history ---------------- v2: review by Shawn and Guido: remove a battery description add SoB tags, coding style fixes, squash and reorder audio descritions, remove redundant and unneeded changes. v1: https://lore.kernel.org/linux-arm-kernel/20200205143003.28408-1-martin.kepplinger@puri.sm/ Angus Ainslie (Purism) (8): arm64: dts: librem5-devkit: add sai2 and sai6 pinctrl definitions arm64: dts: librem5-devkit: enable sai2 and sai6 audio interface arm64: dts: librem5-devkit: add the simcom 7100 modem and sgtl5000 audio codec arm64: dts: librem5-devkit: allow modem to wake the system from suspend arm64: dts: librem5-devkit: add a vbus supply to usb0 arm64: dts: librem5-devkit: add the regulators for DVFS arm64: dts: librem5-devkit: allow the redpine card to be removed arm64: dts: librem5-devkit: increase the VBUS current in the kernel Martin Kepplinger (1): arm64: dts: librem5-devkit: add lsm9ds1 mount matrix .../dts/freescale/imx8mq-librem5-devkit.dts | 134 +++++++++++++++++- 1 file changed, 131 insertions(+), 3 deletions(-) -- 2.20.1