diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-02-06 11:33:51 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-02-06 11:33:51 -0500 |
commit | a47b3fca62a34e5956fc9b61065083e9c055d50f (patch) | |
tree | 73ba5f3f97ba0b5dfaf9ade99cd72f5e86e5fb26 | |
parent | 08b3b33f3e4dc0016ad878c1a48f094a74956277 (diff) | |
parent | 1a902f6b70c55171ca2419d946b85274e35c9757 (diff) |
Merge tag 'mvebu-fixes-4.10-1' of git://git.infradead.org/linux-mvebu into fixes
Pull "mvebu fixes for 4.10 (part 1)" from Gregory CLEMENT:
More consistent naming for some orion5x based boards helping the
switch to device tree for debian users.
* tag 'mvebu-fixes-4.10-1' of git://git.infradead.org/linux-mvebu:
ARM: orion5x: fix Makefile for linkstation-lschl.dtb
ARM: dts: orion5x-lschl: More consistent naming on linkstation series
ARM: dts: orion5x-lschl: Fix model name
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/orion5x-linkstation-lschl.dts (renamed from arch/arm/boot/dts/orion5x-lschl.dts) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f10fe8526239..01d178a2009f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -617,7 +617,7 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ | |||
617 | orion5x-lacie-ethernet-disk-mini-v2.dtb \ | 617 | orion5x-lacie-ethernet-disk-mini-v2.dtb \ |
618 | orion5x-linkstation-lsgl.dtb \ | 618 | orion5x-linkstation-lsgl.dtb \ |
619 | orion5x-linkstation-lswtgl.dtb \ | 619 | orion5x-linkstation-lswtgl.dtb \ |
620 | orion5x-lschl.dtb \ | 620 | orion5x-linkstation-lschl.dtb \ |
621 | orion5x-lswsgl.dtb \ | 621 | orion5x-lswsgl.dtb \ |
622 | orion5x-maxtor-shared-storage-2.dtb \ | 622 | orion5x-maxtor-shared-storage-2.dtb \ |
623 | orion5x-netgear-wnr854t.dtb \ | 623 | orion5x-netgear-wnr854t.dtb \ |
diff --git a/arch/arm/boot/dts/orion5x-lschl.dts b/arch/arm/boot/dts/orion5x-linkstation-lschl.dts index 947409252845..ea6c881634b9 100644 --- a/arch/arm/boot/dts/orion5x-lschl.dts +++ b/arch/arm/boot/dts/orion5x-linkstation-lschl.dts | |||
@@ -2,7 +2,7 @@ | |||
2 | * Device Tree file for Buffalo Linkstation LS-CHLv3 | 2 | * Device Tree file for Buffalo Linkstation LS-CHLv3 |
3 | * | 3 | * |
4 | * Copyright (C) 2016 Ash Hughes <ashley.hughes@blueyonder.co.uk> | 4 | * Copyright (C) 2016 Ash Hughes <ashley.hughes@blueyonder.co.uk> |
5 | * Copyright (C) 2015, 2016 | 5 | * Copyright (C) 2015-2017 |
6 | * Roger Shimizu <rogershimizu@gmail.com> | 6 | * Roger Shimizu <rogershimizu@gmail.com> |
7 | * | 7 | * |
8 | * This file is dual-licensed: you can use it either under the terms | 8 | * This file is dual-licensed: you can use it either under the terms |
@@ -52,7 +52,7 @@ | |||
52 | #include <dt-bindings/gpio/gpio.h> | 52 | #include <dt-bindings/gpio/gpio.h> |
53 | 53 | ||
54 | / { | 54 | / { |
55 | model = "Buffalo Linkstation Live v3 (LS-CHL)"; | 55 | model = "Buffalo Linkstation LiveV3 (LS-CHL)"; |
56 | compatible = "buffalo,lschl", "marvell,orion5x-88f5182", "marvell,orion5x"; | 56 | compatible = "buffalo,lschl", "marvell,orion5x-88f5182", "marvell,orion5x"; |
57 | 57 | ||
58 | memory { /* 128 MB */ | 58 | memory { /* 128 MB */ |