* Patch "ARM64: dts: bcm2835: Fix bcm2837 compatible string" has been added to the 4.9-stable tree
@ 2017-01-13 7:57 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-01-13 7:57 UTC (permalink / raw)
To: afaerber, eric, gregkh, swarren; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
ARM64: dts: bcm2835: Fix bcm2837 compatible string
to the 4.9-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm64-dts-bcm2835-fix-bcm2837-compatible-string.patch
and it can be found in the queue-4.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 4f24450c6e580ac8591942c8bf65355a06b44635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>
Date: Mon, 24 Oct 2016 17:09:50 +0200
Subject: ARM64: dts: bcm2835: Fix bcm2837 compatible string
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
From: Andreas Färber <afaerber@suse.de>
commit 4f24450c6e580ac8591942c8bf65355a06b44635 upstream.
bcm2837-rpi-3-b.dts, its only in-tree user, was overriding it as
"brcm,bcm2837" already.
Fixes: 9d56c22a7861 ("ARM: bcm2835: Add devicetree for the Raspberry Pi 3.")
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm64/boot/dts/broadcom/bcm2837.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
@@ -1,7 +1,7 @@
#include "bcm283x.dtsi"
/ {
- compatible = "brcm,bcm2836";
+ compatible = "brcm,bcm2837";
soc {
ranges = <0x7e000000 0x3f000000 0x1000000>,
Patches currently in stable-queue which might be from afaerber@suse.de are
queue-4.9/arm64-dts-bcm2835-fix-bcm2837-compatible-string.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-13 8:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 7:57 Patch "ARM64: dts: bcm2835: Fix bcm2837 compatible string" has been added to the 4.9-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).