From patchwork Thu May 9 15:21:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13659815 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0053EC10F1A for ; Thu, 9 May 2024 15:22:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=1HDK4vmcG9E3pnV2zgiyfWl6jEAGjbfX3ZUAjyUff8w=; b=VgegjYmbN+P21i M1q/rkvJppr71LtOQXiRpiC2S4OXNVSqMm873bcYoEtxl3+IxVpupQVarbLYfv4pjn1iS93DEcf2W 3R5cGT2fPphf2y4xjLEKfBbXCDhRUUjZDcSrU1WTJLFx+C5/NDnONem5WM+77bMZ/rLwt6i3Z79EB T9e06/7oJZNfzia1aXvxygAbnzRhdx27Sy83/T7v6Nx4UACpSDSaMwUJLg1Xx+/uRveBItPAxVRQT bAKiTPRz1ziwVdp5+Ctq1dFp8U7vkdCJIjWRg06HaWjQtp189osgsE2Lw2eaG3F1wGnQURqBfJ/ib KIVYn88+IxtN+VOTzY2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s55bE-00000001s6w-0Aro; Thu, 09 May 2024 15:22:24 +0000 Received: from mxout2.routing.net ([2a03:2900:1:a::b]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s55b7-00000001s2m-2HAX; Thu, 09 May 2024 15:22:22 +0000 Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout2.routing.net (Postfix) with ESMTP id 591226024A; Thu, 9 May 2024 15:22:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1715268126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fotgTM148ZqesmSfyYXvxrplZmNhg1acut380A13LMw=; b=pZGwikcb0fsbAnFSwhOmJmJNL+0A2wQOMwfNjjzcAj22oltjQL3GjN20xnOEnqYHVNOoVV REm5ejw0Mgx31iV60ZmucqomylPsXnLM0aTrabFSw0IBcbmX/Q+46paSNjj2BZWKaI0zrV OotCNlOIyCPo3WMRuYr0/9V0+VI8CA8= Received: from frank-G5.. (fttx-pool-217.61.150.116.bambit.de [217.61.150.116]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id 0BF403604D4; Thu, 9 May 2024 15:22:05 +0000 (UTC) From: Frank Wunderlich To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Turquette , Stephen Boyd , Pavel Machek , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno Cc: Frank Wunderlich , Eric Woudstra , Tianling Shen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH v2 0/2] Add Bananapi R3 Mini Date: Thu, 9 May 2024 17:21:55 +0200 Message-Id: <20240509152157.10162-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Mail-ID: 576f1382-99ca-463f-b168-02acee2867b6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240509_082217_732988_6FFD35C3 X-CRM114-Status: GOOD ( 11.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Frank Wunderlich Add mt7986 based BananaPi R3 Mini SBC. changes in v2: - dropped patches for unrealated binding fixes which are already fixed in next. - add missing node for nand - add some information about the board in description change dts based on review from angelo+krzysztof - drop fan status - rename phy14 to phy0 and phy15 to phy1 - drop default-trigger from phys and so also the binding-patch - use regulator names based on regexp regulator-[0-9]+v[0-9]+ - add comment for pwm Frank Wunderlich (2): dt-bindings: arm64: dts: mediatek: add BananaPi R3 Mini arm64: dts: mediatek: Add mt7986 based Bananapi R3 Mini .../devicetree/bindings/arm/mediatek.yaml | 1 + arch/arm64/boot/dts/mediatek/Makefile | 1 + .../mediatek/mt7986a-bananapi-bpi-r3-mini.dts | 493 ++++++++++++++++++ 3 files changed, 495 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dts