hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/soc/rockchip/rockchip_sip.h
....@@ -1,15 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd
34 * Author: Lin Huang <hl@rock-chips.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
135 */
146 #ifndef __SOC_ROCKCHIP_SIP_H
157 #define __SOC_ROCKCHIP_SIP_H
....@@ -28,7 +20,9 @@
2820 #define ROCKCHIP_SIP_CONFIG_DRAM_SET_MSCH_RL 0x0a
2921 #define ROCKCHIP_SIP_CONFIG_DRAM_DEBUG 0x0b
3022 #define ROCKCHIP_SIP_CONFIG_MCU_START 0x0c
23
+#define ROCKCHIP_SIP_CONFIG_DRAM_ECC 0x0d
3124 #define ROCKCHIP_SIP_CONFIG_DRAM_GET_FREQ_INFO 0x0e
3225 #define ROCKCHIP_SIP_CONFIG_DRAM_ADDRMAP_GET 0x10
26
+#define ROCKCHIP_SIP_CONFIG_DRAM_GET_STALL_TIME 0x11
3327
3428 #endif