* [PATCH] ARM64: dts: bcm2835: Fix bcm2837 compatible string
@ 2016-10-24 15:09 Andreas Färber
[not found] ` <1477321791-7896-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Färber @ 2016-10-24 15:09 UTC (permalink / raw)
To: linux-rpi-kernel
Cc: Andreas Färber, Eric Anholt, Stephen Warren, Rob Herring,
Mark Rutland, Catalin Marinas, Will Deacon, Florian Fainelli,
Ray Jui, Scott Branden, bcm-kernel-feedback-list, devicetree,
linux-arm-kernel, linux-kernel
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: Eric Anholt <eric@anholt.net>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
arch/arm64/boot/dts/broadcom/bcm2837.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837.dtsi b/arch/arm64/boot/dts/broadcom/bcm2837.dtsi
index 8216bbb29fe0..c1f719b7097a 100644
--- 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>,
--
2.6.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-25 3:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 15:09 [PATCH] ARM64: dts: bcm2835: Fix bcm2837 compatible string Andreas Färber
[not found] ` <1477321791-7896-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-10-25 3:59 ` Eric Anholt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox