Add the specific compat string for the smpctrl registers to the SSD201/SSD202D common dtsi. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Link: https://lore.kernel.org/r/20201201134330.3037007-10-daniel@0x0f.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2020 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
#include "mstar-infinity2m.dtsi"
|
|
|
|
&smpctrl {
|
|
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
|
|
status = "okay";
|
|
};
|