diff options
| author | Jagan Teki <[email protected]> | 2022-12-14 23:21:05 +0530 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-01-16 18:01:11 +0800 |
| commit | ffb191e458cfbd6584b62b10757f2e68072862cc (patch) | |
| tree | b027a30ae1054fc10dd8b5bd9913688457dd12ef /arch/arm/include | |
| parent | 2204a8c90aef05f0cbded2088dd56c10b3af70c1 (diff) | |
arm: rockchip: Add RV1126 arch core support
Rockchip RV1126 is a high-performance vision processor SoC
for IPC/CVR, especially for AI related application.
Add arch core support for it.
Signed-off-by: Jagan Teki <[email protected]>
Signed-off-by: Kever Yang <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Change-Id: I22fde40ec375e3c6aba39808abf252edc45d4b04
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-rv1126/boot0.h | 11 | ||||
| -rw-r--r-- | arch/arm/include/asm/arch-rv1126/gpio.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rv1126/boot0.h b/arch/arm/include/asm/arch-rv1126/boot0.h new file mode 100644 index 00000000000..2e78b074ade --- /dev/null +++ b/arch/arm/include/asm/arch-rv1126/boot0.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2019 Rockchip Electronics Co., Ltd + */ + +#ifndef __ASM_ARCH_BOOT0_H__ +#define __ASM_ARCH_BOOT0_H__ + +#include <asm/arch-rockchip/boot0.h> + +#endif diff --git a/arch/arm/include/asm/arch-rv1126/gpio.h b/arch/arm/include/asm/arch-rv1126/gpio.h new file mode 100644 index 00000000000..eca79d51594 --- /dev/null +++ b/arch/arm/include/asm/arch-rv1126/gpio.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2019 Rockchip Electronics Co., Ltd + */ + +#ifndef __ASM_ARCH_GPIO_H__ +#define __ASM_ARCH_GPIO_H__ + +#include <asm/arch-rockchip/gpio.h> + +#endif |
