Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7234448yba; Thu, 2 May 2019 06:37:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqy1BfHNXAKMNvtM/JD2iA4xp4LlG+wGb7dy20oEgaLCJrJbGw/5Pmufqsk3CjJADw0YE6mb X-Received: by 2002:a62:b612:: with SMTP id j18mr4334574pff.124.1556804268145; Thu, 02 May 2019 06:37:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556804268; cv=none; d=google.com; s=arc-20160816; b=q5NDGrayFQgmR6RdjBSy0xifM+X4Nm3WPRtd5oNgdqIOP3c2WiL0Jm5eH16N2+eZpb Sa5UJFD5pofy3ly8jrtN54KNDT5s9aC1JX461XCwaqGKFfHmZsA8ivlClmRp1Y5/9jAm UIl8Vx4UiMOMuNeH8eVyBBWyEJ2YQ4Gxss0y/7srcpjYpP7A2AlRqXxfiPNe/7H+XBfv 7q6LvNb/uptw2ZH/30Ut/pGY0rOPFsetmU16pv/aliKZOE5WeF+MwZGvkcIOzHpn+taR QUsvkPp+pcy9B7YHA4wUa/UovIFKdKVBHjat0duU2Ut1iSWGPWX/uKfdE14fUWVdwx8M dD7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=2vNbLnyhrmRQXEqoXWGRjqRLlcDXDXK1Av8F3DmpWeM=; b=hqZQqKjGScSOeSU24/XnJ3N+VXxzj41YwHfYYDYQOyNNZwwkDnT4stXYx+H7m121tN sKYgqDO0+NXCvR89D2vGj/gTSusq1Ljz8VueJ95qSfWJVe2MUkfW1k00Xdw54ot6jvcC FBSbrbVXM3ApB0RxAFw+MbUhTXT5EfM7lMC9l+P1OZvrkyiBQzIwIYKrCTRiM7hGg3AO c59rxagVM5LRg8vxWDjL5lfd9n8BWZNv2F+/iwCU7g3syHjxWi3RoXugA0Bz+ztfuDsp jN2uNI7CjUjGrLtyuR08c7bmCVx+TcNdozNw4dIOba5SQ7XR6T3WNtEoUDS/WPdBycJW r3YQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t13si41504509pgp.569.2019.05.02.06.37.32; Thu, 02 May 2019 06:37:48 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726369AbfEBNeE (ORCPT + 99 others); Thu, 2 May 2019 09:34:04 -0400 Received: from mail2.sp2max.com.br ([138.185.4.9]:45810 "EHLO mail2.sp2max.com.br" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726270AbfEBNeD (ORCPT ); Thu, 2 May 2019 09:34:03 -0400 Received: from pgsop.sopnet.com.ar (unknown [179.40.38.12]) (Authenticated sender: pablo@fliagreco.com.ar) by mail2.sp2max.com.br (Postfix) with ESMTPA id A0E767B05A2; Thu, 2 May 2019 10:33:59 -0300 (-03) From: Pablo Greco To: linux-sunxi@googlegroups.com Cc: Pablo Greco , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v6 0/5] ARM: dts: sun8i: v40 Rewrite BPi M2 Berry DTS based on BPi M2 Ultra Date: Thu, 2 May 2019 10:33:44 -0300 Message-Id: <1556804030-25291-1-git-send-email-pgreco@centosproject.org> X-Mailer: git-send-email 1.8.3.1 X-SP2Max-MailScanner-Information: Please contact the ISP for more information X-SP2Max-MailScanner-ID: A0E767B05A2.A27CA X-SP2Max-MailScanner: Sem Virus encontrado X-SP2Max-MailScanner-SpamCheck: nao spam, SpamAssassin (not cached, escore=-2.9, requerido 6, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-SP2Max-MailScanner-From: pgreco@centosproject.org X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org BPi M2 Berry is a trimmed down version of the BPi M2 Ultra, completely software compatible. Changes include: - 2GiB -> 1GiB - no eMMC - no onboard microphone - no IR - no blue LED - no charging (and power jack to USB) - dropped USB2 and connect USB1 to a 4-port HUB. Changes in v6: - Removed patch already queued for 5.3 - Reworked which nodes are added according to the new patch order - Squashed bt and wifi patches Changes in v5: - Changed commit order - Removed regulator-always-on from gpio regulators - Copied commit log for the bluetooth node from the m2-ultra Changes in v4: - Went back to v2 - Added GPIO pin-bank regulators (both m2-ultra and m2-berry) Changes in v3: - Removed "Sort device node dereferences" (already applied) - Added basic pio node - Tied GMAC regulators to the pio (both m2-ultra and m2-berry) Changes in v2: - Split into smaller patches Pablo Greco (5): ARM: dts: sun8i: v40: bananapi-m2-berry: Add GPIO pin-bank regulator supplies ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller ARM: dts: sun8i: v40: bananapi-m2-berry: Enable HDMI output ARM: dts: sun8i: v40: bananapi-m2-berry: Enable AHCI ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts | 123 ++++++++++++++++++++++ 1 file changed, 123 insertions(+) -- 1.8.3.1