From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE0F6C433E1 for ; Mon, 18 May 2020 18:25:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D10D020643 for ; Mon, 18 May 2020 18:25:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=earth.li header.i=@earth.li header.b="NoaDH0jJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732079AbgERSZb (ORCPT ); Mon, 18 May 2020 14:25:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731425AbgERSZV (ORCPT ); Mon, 18 May 2020 14:25:21 -0400 Received: from the.earth.li (the.earth.li [IPv6:2a00:1098:86:4d:c0ff:ee:15:900d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27CDCC061A0C; Mon, 18 May 2020 11:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=earth.li; s=the; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=jJIjBXlG7IUX19DcU/q8Cx0YzyqRNE0zmnPm1XRvWis=; b=NoaDH0jJOxZtDH2Lc2tVLtZBoU 4g2DpdUFXRRiZNgfYcB3J/CDjStsP7Z6dk3oHi0DBa+r2Go8o/aBONUjT7Y1V8/2brOe8krLRQ8ig fMz7QeCm0aPRpPAnRKgFqLAHoxlW4oVsR4/WPvS4cmxAXmTEvDkrqNYIlNRQrDqinHp2IwawAuDQx fMOwwqCv9srkN2+kHuP44sFY5FwSfoYEwtkwm88+UZ4oyRKRQRRqCHFo5niukz3LY7UlO5XGu29xW /SsMv6YH25xpoeG5Vkvdhl4mHOVuiv0muHTnz4J0pnYazJXup59eo16t097JJUUF2HTXs2Z+z2Jqd HNhdM8KQ==; Received: from [2001:4d48:ad59:1409:4::2] (helo=youmian.o362.us) by the.earth.li with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jakCR-0008IU-A6; Mon, 18 May 2020 19:09:15 +0100 Date: Mon, 18 May 2020 19:09:10 +0100 From: Jonathan McDowell To: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Add initial support for MikroTik RB3011 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This patches do some prep (device tree vendor addition, missing ethernet definitions for IPQ8064 dts) and then add an initial device tree for the MikroTik RB3011 1U router, which is an IPQ8064 device with 1G RAM. They are sufficient to boot with an initrd, the serial console and the first 5 switch ports fully functional (the second bank of 5 require some extra patches to the QCA8K driver which will follow later). The bootloader NOR is also supported, but the 128MB NAND is not yet enabled. Jonathan McDowell (3): dt-bindings: vendor-prefixes: Add MikroTik ARM: dts: qcom: add ethernet definitions to ipq8064 ARM: dts: qcom: Add MikroTik RB3011 .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 308 ++++++++++++++++++ arch/arm/boot/dts/qcom-ipq8064.dtsi | 108 ++++++ 4 files changed, 419 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts -- 2.20.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A27AC433E0 for ; Tue, 19 May 2020 08:45:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 45FEE20657 for ; Tue, 19 May 2020 08:45:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qelTA5/N"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=earth.li header.i=@earth.li header.b="a2JcQAl2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 45FEE20657 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=earth.li Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Resent-To:Resent-Message-ID:Resent-Date:Resent-From:Reply-To:Cc: Content-ID:Content-Description:Resent-Sender:Resent-Cc:In-Reply-To:References :List-Owner; bh=JcjoApPoec/O+9WM+L8T3ICoNXypuOir/ixR6fH4rDc=; b=qelTA5/NXsiSP am1YZJZmZQ4z9/sxlcMdsyXYuY+Rlw7+5G/aH3Mqr0ZNYdHBV5jFPNIUAZH6koA6kaBrTisq6P5I0 lEPpxMR3HTYbNnPPBwoKp4v0mNzGtNFQUJrNpLdqFbi0oHa77TNNOTY5O/h0tmadPcynwxF064Q1P mwiqm3wjnuVjNuYCACI7m7E+GCKUmfqjgNVkiSNzxuzqIX9e/EluQflCag43+e3gGMMr+RrR7g38P Jen5JJgdaa1rr2bdsVlcyyFC4BmgXnaKoLl5NHUeNs99GBbKOXXkaTacFzBHjmMRQXJcjPQSwPii6 S5vEnrY9cfyM/dCtMLAkw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jaxsY-0007yB-JZ; Tue, 19 May 2020 08:45:38 +0000 Received: from the.earth.li ([2a00:1098:86:4d:c0ff:ee:15:900d]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jaxsV-0007x5-Pe for linux-arm-kernel@lists.infradead.org; Tue, 19 May 2020 08:45:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=earth.li; s=the; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Resent-To :Resent-Message-ID:Resent-Date:Resent-From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Sender: Resent-Cc:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jJIjBXlG7IUX19DcU/q8Cx0YzyqRNE0zmnPm1XRvWis=; b=a2JcQAl288XQ7yl0+cwMPizIyj LvRV6vmc3VIXoLLEy5bN1O8Bz5g6QXE3CZf5Jz3JWLQ27SUZBSBIRBioTCz5xmuIeqv9NN41HvSBL diNtV9I9pRNJDQALRMDa7tF8wRckSX2HUMIs8W0xw32TyY4M3qSNQ+rDDF7oNeBcT4cPUk+g1UUnE D8r1iR4BTKpG+fMilM5zxr2Fi4n4JiRp0GWm369wsao7qFwd+EHfjzblqugZoMK5qKxiVznclMWTx uXfoE6sdBcpc5YmWC8dkjoohvJ9N6+vNttvYIzkUn1d+kzVr/MXBuSr38l2tSyooKcUxB0yWShRBs ilH6OzQw==; Received: from noodles by the.earth.li with local (Exim 4.92) (envelope-from ) id 1jaxsR-0002pX-Ai for linux-arm-kernel@lists.infradead.org; Tue, 19 May 2020 09:45:31 +0100 Resent-From: Jonathan McDowell Resent-Date: Tue, 19 May 2020 09:45:31 +0100 Resent-Message-ID: <20200519084531.GR311@earth.li> Resent-To: linux-arm-kernel@lists.infradead.org Date: Mon, 18 May 2020 19:09:10 +0100 From: Jonathan McDowell To: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Add initial support for MikroTik RB3011 Message-ID: MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-UID: 2044 X-Keywords: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200519_014535_872947_87294B92 X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patches do some prep (device tree vendor addition, missing ethernet definitions for IPQ8064 dts) and then add an initial device tree for the MikroTik RB3011 1U router, which is an IPQ8064 device with 1G RAM. They are sufficient to boot with an initrd, the serial console and the first 5 switch ports fully functional (the second bank of 5 require some extra patches to the QCA8K driver which will follow later). The bootloader NOR is also supported, but the 128MB NAND is not yet enabled. Jonathan McDowell (3): dt-bindings: vendor-prefixes: Add MikroTik ARM: dts: qcom: add ethernet definitions to ipq8064 ARM: dts: qcom: Add MikroTik RB3011 .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 308 ++++++++++++++++++ arch/arm/boot/dts/qcom-ipq8064.dtsi | 108 ++++++ 4 files changed, 419 insertions(+) create mode 100644 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts -- 2.20.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel