diff options
| author | Daniel Palmer <[email protected]> | 2020-12-01 22:43:25 +0900 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2020-12-09 17:45:40 +0100 |
| commit | 572ef97bc7341b45c721d79f98262c4adb25919c (patch) | |
| tree | c7354bd0c762401c0b6363b2383c8f4f82ba111d | |
| parent | ba2290b1b7505b28912092a0976e071a447ee18c (diff) | |
ARM: mstar: Add common dtsi for SSD201/SSD202D
The SSD201 and SSD202D are basically the same chip with a different DDR die
packaged (64MB DDR2 or 128MB DDR3).
This patch adds a shared dtsi for the common parts of these chips like
gpio, pinctrl etc.
Signed-off-by: Daniel Palmer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi b/arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi new file mode 100644 index 000000000000..0811220f0a79 --- /dev/null +++ b/arch/arm/boot/dts/mstar-infinity2m-ssd20xd.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Copyright (c) 2020 thingy.jp. + * Author: Daniel Palmer <[email protected]> + */ + +#include "mstar-infinity2m.dtsi" |