Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1114170ybf; Thu, 27 Feb 2020 05:18:08 -0800 (PST) X-Google-Smtp-Source: APXvYqyC2f1SCSmXI4LympQFmzNy1LSC36/Sao+S2z5tE0N8hA//NlzGnU/pptykwX0zjYpOg1BQ X-Received: by 2002:aca:49ce:: with SMTP id w197mr3360928oia.16.1582809488050; Thu, 27 Feb 2020 05:18:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582809488; cv=none; d=google.com; s=arc-20160816; b=cJQh7j4Kmc/mmd9LY65b+BWWSE84aJr2kUfdb7XNGE8EjY068FcsrimZwO6NqrACBy +nrqBfd05cqU/+YVFxQFiLSen2jAfDIAi6rYOqtIBrTdwQIL02/eg6LcPoFC6dFE5iFl n89puCAHdpeYCIuVWszqunv/Xk9GALT1qw+LTZEZiN+pab5cMUkUSmxL/P3v4qRbO4ma rl1sfbjBIDjh/1Wn4kBFv1jskRsCykC/jGpq4AkiPDB2Adb90QcNihxRwEYHu5P+XVzk hasoCnz1RnRKSFSTqWCdinh+HwgDkEDqgY4Z6uqaWe4Sumy6rkjPPPuZARnsVE8DwDws YAVg== 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=Duvq9+ryDCctMy6wThL9GToMluY8hczL6Oz5/5RvoDQ=; b=QIalTe0yZzuViz5cmO7rL79KagNkvpD/0VsOKp3gOS3URZSWKrwvpRQ1AVGm0nDQ8/ fSbQeHilkIu8eYjSYLVfZ952xJcE1/Bq4u073NGaAclQcO3/66mo/OpblcYA3T/gvNhO vBv04KNrLKvDj1E4d9fYpzzGqDSk4I7T0FFBfN+Qv7cyW52xrYa2m20fSiNdZEkR7jqH pvUKBILC7f4og3ETCPkHYEq/5KrT7OLURJzszTh9EVb6xz06lQo7bffdbKcbIvkyNSsB omwz1JpZGsM36SJa/CwnuMcUZkOITQ9O7T4GnQ/ffvgwdFT6uaZ9VS6TwNlIn6idNHVQ fc6w== 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 m24si1446768otk.239.2020.02.27.05.17.56; Thu, 27 Feb 2020 05:18:08 -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 S1729134AbgB0NRs (ORCPT + 99 others); Thu, 27 Feb 2020 08:17:48 -0500 Received: from comms.puri.sm ([159.203.221.185]:39658 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729037AbgB0NRr (ORCPT ); Thu, 27 Feb 2020 08:17:47 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 9391DDFC6D; Thu, 27 Feb 2020 05:17:46 -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 hF7L33L-A4PS; Thu, 27 Feb 2020 05:17:45 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com 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 v4 0/8] arm64: dts: librem5-devkit: description updates Date: Thu, 27 Feb 2020 14:17:25 +0100 Message-Id: <20200227131733.4228-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 Shawn, I included Fabio's feedback despite you've taken the changes already. I don't know how "far out there" they are already, but in case you want to rebase / force-push this again, here is v4: It basically only adds one Fixes tag. These are additions to the imx8mq-librem5-devkit devicetree description we are running for quite some time. All users should have them: revision history ---------------- v4: review by Fabio: add Fixes tag and reorder a bit. thanks. v3: review by Shawn: newline / hyphen issues; squashed related ones. thanks a lot. https://lore.kernel.org/linux-arm-kernel/20200224062917.4895-1-martin.kepplinger@puri.sm/ 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. https://lore.kernel.org/linux-arm-kernel/20200218084942.4884-1-martin.kepplinger@puri.sm/ v1: https://lore.kernel.org/linux-arm-kernel/20200205143003.28408-1-martin.kepplinger@puri.sm/ Angus Ainslie (Purism) (7): arm64: dts: librem5-devkit: add a vbus supply to usb0 arm64: dts: librem5-devkit: add the sgtl5000 i2c audio codec arm64: dts: librem5-devkit: add the simcom 7100 modem and audio arm64: dts: librem5-devkit: allow modem to wake the system from suspend 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 | 136 +++++++++++++++++- 1 file changed, 133 insertions(+), 3 deletions(-) -- 2.20.1