Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mstar: Add mercury5 series dtsis

This adds a family level dtsi for the mercury5 and then a
chip level dtsi for the ssc8336n chip.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Daniel Palmer and committed by
Arnd Bergmann
3e54698c 952c0ed6

+22
+1
MAINTAINERS
··· 2141 2141 W: http://linux-chenxing.org/ 2142 2142 F: Documentation/devicetree/bindings/arm/mstar.yaml 2143 2143 F: arch/arm/boot/dts/infinity*.dtsi 2144 + F: arch/arm/boot/dts/mercury*.dtsi 2144 2145 F: arch/arm/boot/dts/mstar-v7.dtsi 2145 2146 F: arch/arm/mach-mstar/ 2146 2147
+14
arch/arm/boot/dts/mercury5-ssc8336n.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 2 + /* 3 + * Copyright (c) 2020 thingy.jp. 4 + * Author: Daniel Palmer <daniel@thingy.jp> 5 + */ 6 + 7 + #include "mercury5.dtsi" 8 + 9 + / { 10 + memory@20000000 { 11 + device_type = "memory"; 12 + reg = <0x20000000 0x4000000>; 13 + }; 14 + };
+7
arch/arm/boot/dts/mercury5.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 2 + /* 3 + * Copyright (c) 2020 thingy.jp. 4 + * Author: Daniel Palmer <daniel@thingy.jp> 5 + */ 6 + 7 + #include "mstar-v7.dtsi"