From patchwork Tue Dec 10 20:58:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11283297 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 31A60930 for ; Tue, 10 Dec 2019 20:59:01 +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 DF0D7206EC for ; Tue, 10 Dec 2019 20:59:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="GP0MRDYU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF0D7206EC 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+990+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id kFIYYY1556264xZZ0YFHtez8; Tue, 10 Dec 2019 12:59:00 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.5026.1576011540342413326 for ; Tue, 10 Dec 2019 12:59:00 -0800 X-Received: by mail.kernel.org (Postfix) id D00A42077B; Tue, 10 Dec 2019 20:58:59 +0000 (UTC) X-Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) (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 7386A206EC; Tue, 10 Dec 2019 20:58:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7386A206EC X-Received: by mail-wr1-f65.google.com with SMTP id z3so21713240wru.3; Tue, 10 Dec 2019 12:58:59 -0800 (PST) X-Gm-Message-State: NmlHayAaJYxn0RH5KhqdrPlqx1554929AA= X-Google-Smtp-Source: APXvYqzFbl3OtAZ2btS32ybVVVO4Y7grS2upIQXsOwffk4LCqe0ncFofsG9QtuxYafiLUNop08mcVg== X-Received: by 2002:a5d:6ac2:: with SMTP id u2mr5585873wrw.233.1576011537479; Tue, 10 Dec 2019 12:58:57 -0800 (PST) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id u189sm4460607wmg.40.2019.12.10.12.58.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Dec 2019 12:58:56 -0800 (PST) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Stefan Wahren , Florian Fainelli , Simon Horman , Ray Jui , Nicolas Saenz Julienne , Phil Elwell , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 1/1] Broadcom devicetree fixes for 5.5 Date: Tue, 10 Dec 2019 12:58:50 -0800 Message-Id: <20191210205850.12442-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=1576011540; bh=8H4Gz2aznJqLn3fIsTNB4RyPd9kA0bUcIoc3qAgfw9k=; h=Cc:Date:From:Reply-To:Subject:To; b=GP0MRDYUw0SnrX80r7aRUyTwVQdzzfmuZEKUhYncgpf40heLWmCErWdm/47qrEnTIhS DKOqCYaeQk/UQ6uYpyJuKOmIED2puzaFxoThumzb4jAtuHcszP36PbZbmJ74Nha8XB9VM 8U50pxHAHMdhvuysGDovKydFOTBFTq2pMdM= The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/devicetree-fixes for you to fetch changes up to 30e647a764d446723a7e0fb08d209e0104f16173: ARM: dts: bcm283x: Fix critical trip point (2019-12-10 12:37:09 -0800) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs Device Tree fixes for v5.5-rc1, please pull the following: - Nicolas fixes the SoC's dma-range property to cover the full 1GB aperture - Stefan fixes the critical temperature trip point to be set before the firmware performs thermal throttling - Florian fixes the BCM5301X and Cygnus MDIO nodes to have corrected #address-cells and #size-cells properties ---------------------------------------------------------------- Florian Fainelli (2): ARM: dts: BCM5301X: Fix MDIO node address/size cells ARM: dts: Cygnus: Fix MDIO node address/size cells Nicolas Saenz Julienne (1): ARM: dts: bcm2711: fix soc's node dma-ranges Stefan Wahren (1): ARM: dts: bcm283x: Fix critical trip point arch/arm/boot/dts/bcm-cygnus.dtsi | 4 ++-- arch/arm/boot/dts/bcm2711.dtsi | 2 +- arch/arm/boot/dts/bcm283x.dtsi | 2 +- arch/arm/boot/dts/bcm5301x.dtsi | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#990): https://linux.kernel.org/g/patchwork-soc/message/990 Mute This Topic: https://linux.kernel.org/mt/68004068/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] -=-=-=-=-=-=-=-=-=-=-=-