From patchwork Mon May 18 18:09:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan McDowell X-Patchwork-Id: 11556091 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E9A38913 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 D10EE20657 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-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