Skip to content

Commit 952c0ed

Browse files
fifteenhexarndb
authored andcommitted
ARM: mstar: Add infinity/infinity3 family dtsis
This adds two family level dtsis for the infinity and infinity3 and then adds a chip level dtsi each for a chip in those families. infinity3.dtsi includes infinity.dtsi as these SoCs share most of their memory map and we would have a lot of duplication otherwise. Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent b0d0bb1 commit 952c0ed

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,7 @@ L: [email protected] (moderated for non-subscribers)
21402140
S: Maintained
21412141
W: http://linux-chenxing.org/
21422142
F: Documentation/devicetree/bindings/arm/mstar.yaml
2143+
F: arch/arm/boot/dts/infinity*.dtsi
21432144
F: arch/arm/boot/dts/mstar-v7.dtsi
21442145
F: arch/arm/mach-mstar/
21452146

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "infinity.dtsi"
8+
9+
/ {
10+
memory@20000000 {
11+
device_type = "memory";
12+
reg = <0x20000000 0x4000000>;
13+
};
14+
};

arch/arm/boot/dts/infinity.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "mstar-v7.dtsi"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "infinity3.dtsi"
8+
9+
/ {
10+
memory@20000000 {
11+
device_type = "memory";
12+
reg = <0x20000000 0x4000000>;
13+
};
14+
};

arch/arm/boot/dts/infinity3.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "infinity.dtsi"

0 commit comments

Comments
 (0)