Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2090804ybv; Sun, 23 Feb 2020 22:31:07 -0800 (PST) X-Google-Smtp-Source: APXvYqwo/9hJFdSeac+oHfy7k/9YW3xu5eV+T+gqjODKWrNRV85K5iArXZdwZOhxKp6ghd7GIzSq X-Received: by 2002:a9d:69ce:: with SMTP id v14mr39258912oto.248.1582525867833; Sun, 23 Feb 2020 22:31:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582525867; cv=none; d=google.com; s=arc-20160816; b=STEEvGzfRPVvhiFUjsgFZhbNUdOaIi8CLe9Eal7axeXsddbIowCu+hkch01jROzsAL WrakGuy5EZuSSuTILLQoK9PrJre5vDUMZHGCfPsfNyYVR4CtjItpeYRd5c8TtrmlFy27 md9lTjM/2E8UC908rLBtiTetEWOWsksfbQEXtjP7KtYYq23AUkISbYjqlEd8Q/00AmSY uiDMzS1G/cQ+8kdvfpCnTp4QBp46Mc9WbKH8DSTiI76cxKr8o0Hrr1MhxTpB/TrroGR7 +3ym2Z/GW6M/uM/Ndzur9Ynn5kx8voeWjN0IlOy4qwdSwbxQ5DoGQF9UOgu1eVLj5rNg /9Jw== 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=DIuzOfBuL4aIyOcgMIqhxEqICrolZuSafQGPZMEYOGw=; b=WQgCYmdGnsjXpZaxUp7Tstv06g/KicKJ3i965g7yfiICd6VbXmikIELMwVgjYycwrR NVVSk125bK4nU2Bsw7Ay6ntqLI6NbpHSy2xcItOSx7vW4UAf318dErZZ/e1PEj83Ml3A /hQyObO4Tl+znKaIEtvgXpaMdvQ+L4HErCAQKUd+PHjoG+uCnhUE43Kw/Eeyn0ceRpG8 HPesktmd5CdGDEEyAAnlsFZ5NBmFErz39P3hghW8gHfMGulO0gV9ExVpKcLOYLATnEPF 1BYEBzyQyHoJywik721s2/bXuR2SAmqAY8ZXOeeQZwsgBTYHeJmg2dV/UOsKqdIntxzJ ODzg== 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 o23si3370651oic.127.2020.02.23.22.30.53; Sun, 23 Feb 2020 22:31:07 -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 S1726709AbgBXGat (ORCPT + 99 others); Mon, 24 Feb 2020 01:30:49 -0500 Received: from comms.puri.sm ([159.203.221.185]:46804 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726060AbgBXGat (ORCPT ); Mon, 24 Feb 2020 01:30:49 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id CD823E035E; Sun, 23 Feb 2020 22:30:48 -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 lH7ivXSrSg3T; Sun, 23 Feb 2020 22:30:48 -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 v3 0/8] arm64: dts: librem5-devkit: description updates Date: Mon, 24 Feb 2020 07:29:09 +0100 Message-Id: <20200224062917.4895-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 ---------------- v3: review by Show: newline / hyphen issues; squashed related ones. thanks a lot. 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: 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 | 136 +++++++++++++++++- 1 file changed, 133 insertions(+), 3 deletions(-) -- 2.20.1