From patchwork Thu Mar 7 00:11:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 13584922 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 CAB73C54E41 for ; Thu, 7 Mar 2024 00:11:53 +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=r906V9+U8C/fbBhRtPFmvPUjSvLQdLh9tIzZqeq6+Es=; b=hmX+XZbC7xSe/C Ki3A2Ae11NixSeN6qzrRVM+yK3CVKIJJBIJox27qBBTrQeZSSwyljFMeIn0advjjq7Rthb+GFG6lw NawJDEfFUjvcz5pZZsHfJGEwlngXYfDrp6LfDpuzlDJX67vgCIAjmOPW2m18ZUIn0fhh/+JZjgNdK 9Tn2Z0hdQxCurhcuF5s7Ahl7zU75Vd2WfVUWCCGAHLYG6iEAg6q9wmXJ9W7qgjKItL9sLDOYTLShY R1qKE04u7K1WWg7mSP82q0jIgwuC1UMas+aosdbXDQxoVL1x3vUubB5Un6jFTplJLkSMnXqDWdTKj YOEfG1Y6bIIk2NCWCKaw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ri1ME-00000002MFH-0p2Y; Thu, 07 Mar 2024 00:11:34 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ri1MA-00000002MEb-3HcD for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2024 00:11:32 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BB04461B9F; Thu, 7 Mar 2024 00:11:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1134BC433F1; Thu, 7 Mar 2024 00:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709770287; bh=9dW+Tg3luROBUa+K0GjsqUgbOVrsoczefpncspQ0sBs=; h=From:To:Cc:Subject:Date:From; b=k9gbFrL5oxbRo+bAyRovkOzgliACgP1MOdw06w9Ud+uZDuk36lHh8NF4YkNLsQ50F 6QXllpuVHaoal1HD0Hfo7HMkbNs6p7P6E9+w81SItPetdUudUVIkC3fSUwRz5i5oAb hyWbZyUjgwpCuuSXoOH39e9vaYdgXRKcy8f/Whg7T77kA+BSnG5xPlJi8JhWFeBE5/ dXEZpJzhkFEWifOGgryx+ozZnDGtmb1qrdSD0KxdQ0Bm6LQXC9E7g07y3yipbexLvH qZtEpBfA7i19JxITpDRMy5t+vQnqzMDOslVs3XUEZ0fZlyL/akEfMeJo9SjcEE+Z1S OgIx4jvPF0UeA== From: Lorenzo Bianconi To: linux-arm-kernel@lists.infradead.org Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, nbd@nbd.name, john@phrozen.org, devicetree@vger.kernel.org, dd@embedd.com, catalin.marinas@arm.com, will@kernel.org, upstream@airoha.com, lorenzo.bianconi83@gmail.com, angelogioacchino.delregno@collabora.com Subject: [PATCH v3 0/4] arm64: Add support for Airoha EN7581 Soc Date: Thu, 7 Mar 2024 01:11:09 +0100 Message-ID: X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240306_161130_887105_3EB04C2A X-CRM114-Status: GOOD ( 10.36 ) 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 Introduce basic support for Airoha EN7581 Soc and EN7581 Evaluation Board. Changes since v2: - fix cpu-map definition - add more cache info - add missing soc node - remove unnecessary definitions Changes since v1: - add missing en7581 entry in airoha binding - fix checkpatch errors Daniel Danzberger (3): arm64: dts: Add Airoha EN7581 SoC and EN7581 Evaluation Board arm64: add Airoha EN7581 platform arm64: defconfig: enable Airoha platform Lorenzo Bianconi (1): dt-bindings: arm64: dts: airoha: Add en7581 entry .../devicetree/bindings/arm/airoha.yaml | 4 + arch/arm64/Kconfig.platforms | 13 ++ arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/airoha/Makefile | 2 + arch/arm64/boot/dts/airoha/en7581-evb.dts | 26 +++ arch/arm64/boot/dts/airoha/en7581.dtsi | 154 ++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 7 files changed, 201 insertions(+) create mode 100644 arch/arm64/boot/dts/airoha/Makefile create mode 100644 arch/arm64/boot/dts/airoha/en7581-evb.dts create mode 100644 arch/arm64/boot/dts/airoha/en7581.dtsi