diff options
| author | Fabio Estevam <[email protected]> | 2026-07-22 15:40:24 -0300 |
|---|---|---|
| committer | Quentin Schulz <[email protected]> | 2026-07-23 15:13:12 +0200 |
| commit | 15387d5a90af01eb52f0c18cd83e358ba19c0a7d (patch) | |
| tree | 7f93cb7ba691e4dd6ebac5303d68ab597752a0df /include | |
| parent | 51947d401762b908e3ded680a491e119e76c6acd (diff) | |
rockchip: rk3588s: Add support for ROC-RK3588S-PC
The ROC-RK3588S-PC board is an SBC made by Firefly, based on the RK3588S
SoC.
Add support for it.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Link: https://patch.msgid.link/[email protected]
[s/ROC-PC-RK3588S/ROC-RK3588S-PC/ in commit log and diff]
Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/roc-pc-rk3588s.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/roc-pc-rk3588s.h b/include/configs/roc-pc-rk3588s.h new file mode 100644 index 00000000000..c9316687c38 --- /dev/null +++ b/include/configs/roc-pc-rk3588s.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __ROC_PC_RK3588S_H +#define __ROC_PC_RK3588S_H + +#include <configs/rk3588_common.h> + +#endif /* __ROC_PC_RK3588S_H */ |
