From patchwork Mon Nov 18 18:29:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11250111 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 225FB14C0 for ; Mon, 18 Nov 2019 18:29:42 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AEF3E222A5 for ; Mon, 18 Nov 2019 18:29:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="IE96eoKq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AEF3E222A5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+914+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id VfPXYY1556264xItyGjsvHJV; Mon, 18 Nov 2019 10:29:41 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.9420.1574101780615450694 for ; Mon, 18 Nov 2019 10:29:40 -0800 X-Received: by mail.kernel.org (Postfix) id 1FBBD222BF; Mon, 18 Nov 2019 18:29:40 +0000 (UTC) X-Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AE31A222A5; Mon, 18 Nov 2019 18:29:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AE31A222A5 X-Received: by mail-wr1-f67.google.com with SMTP id r10so20736059wrx.3; Mon, 18 Nov 2019 10:29:39 -0800 (PST) X-Gm-Message-State: 2fpkA9YRVUxZw4Gji84GfMMFx1554929AA= X-Google-Smtp-Source: APXvYqyQFJtMglNdyl0+6rWNHFVvXqeBO35xLx0RggKzUUhY/qwhUTOT8++uMX0MLspom77eEan+sg== X-Received: by 2002:a5d:6a04:: with SMTP id m4mr8526505wru.321.1574101777735; Mon, 18 Nov 2019 10:29:37 -0800 (PST) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id c15sm23986764wrx.78.2019.11.18.10.29.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Nov 2019 10:29:36 -0800 (PST) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Stefan Wahren , Matthias Brugger , Florian Fainelli , Nicolas Saenz Julienne , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL] Broadcom devicetree changes for 5.5 (part 2) Date: Mon, 18 Nov 2019 10:29:31 -0800 Message-Id: <20191118182931.11884-1-f.fainelli@gmail.com> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1574101781; bh=+A70ib5do9ISknruIr/wh+irgvau+Rr8t21yXHWeZY4=; h=Cc:Date:From:Reply-To:Subject:To; b=IE96eoKqnqGA5ZbJoUb4Sm1OlhAR7gqRa63f/SLIjakwGwvcxmoiu/M6GOnGjAcYKPb UdYyKirbxL8FBGs4DQUF1p9C5vXKjfl+UFmioW4H0PB6GCcCidNUuLb2JaIAjRWzZzf0A Pv/hJkeiNpJjs7lpoy2cPhWV4s1iOKgL0pY= The following changes since commit 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20: ARM: dts: bcm: HR2: add label to sp805 watchdog (2019-10-23 10:42:23 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/devicetree-part2 for you to fetch changes up to be8af7a9e3cce3cc4b7abbc8211dd06f8e72b976: ARM: dts: bcm2711-rpi-4: Enable GENET support (2019-11-14 12:35:58 -0800) ---------------------------------------------------------------- This pull request contains the second batch of changes for Broadcom ARM-based SoCs, please pull the following: - Nicolas declares a CMA area within the first 1GB of DRAM in order for it to be guaranteed to reside there, otherwise ARM64's memory initialization will pick up a CMA area within ZONE_DMA32 - Stefan adds the Device Tree node for the built-in Ethernet controller (GENET) on the Raspberry Pi 4 model B board ---------------------------------------------------------------- Nicolas Saenz Julienne (1): ARM: dts: bcm2711: force CMA into first GB of memory Stefan Wahren (1): ARM: dts: bcm2711-rpi-4: Enable GENET support arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++ arch/arm/boot/dts/bcm2711.dtsi | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#914): https://linux.kernel.org/g/patchwork-soc/message/914 Mute This Topic: https://linux.kernel.org/mt/60222323/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-