e692b5aab6
Now there is gpio support for ssd20xd set the right compatible in the gpio node. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Reviewed-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
18 lines
317 B
Plaintext
18 lines
317 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"
|
|
|
|
&gpio {
|
|
compatible = "sstar,ssd20xd-gpio";
|
|
status = "okay";
|
|
};
|
|
|
|
&smpctrl {
|
|
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
|
|
status = "okay";
|
|
};
|