diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-10-02 16:34:17 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-10-03 22:48:20 +0300 |
commit | f1ef5b78a76224ee741925abad0a4b3af482d57f (patch) | |
tree | 2d4c5ed8b29f6b85fb6b322088ff364dad1450af /arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi | |
parent | 0434460442a7f234b99d9361ca397e0bbb48fa60 (diff) | |
download | linux-f1ef5b78a76224ee741925abad0a4b3af482d57f.tar.xz |
ARM: mstar: Add mstar prefix to all of the dtsi/dts files
Based on Arnd's comment[0] all of the MStar dtsi/dts files should
have had a prefix.
This moves the files, fixes the Makefile that generates dtbs and
fixes up the MAINTAINERS entry.
Fixing up some includes in the files themselves is left for a later
commit as rolling it into this commit resulted in a confusing diff.
0 - https://lore.kernel.org/linux-arm-kernel/CAK8P3a0maQhfaerwG4KgFZOrUPwueKOp2+MOeG9C=+8ZNzc2Kg@mail.gmail.com/
Link: https://lore.kernel.org/r/20201002133418.2250277-5-daniel@0x0f.com
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi b/arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi new file mode 100644 index 000000000000..4e7239afd823 --- /dev/null +++ b/arch/arm/boot/dts/mstar-infinity3-msc313e.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Copyright (c) 2020 thingy.jp. + * Author: Daniel Palmer <daniel@thingy.jp> + */ + +#include "infinity3.dtsi" + +/ { + memory@20000000 { + device_type = "memory"; + reg = <0x20000000 0x4000000>; + }; +}; |