From 3dccc182fe50bbe8770a5db004b69f362c28fda2 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 30 Dec 2020 20:23:39 +0800 Subject: [PATCH] dt-bindings: clock: Remove rk_system_status.h Which is replaced by rockchip-system-status.h. Signed-off-by: Tao Huang Change-Id: Iaebf0f7f15b0becae05193f73d4b6d6816175b2e --- include/dt-bindings/clock/rk_system_status.h | 38 -------------------- 1 file changed, 38 deletions(-) delete mode 100644 include/dt-bindings/clock/rk_system_status.h diff --git a/include/dt-bindings/clock/rk_system_status.h b/include/dt-bindings/clock/rk_system_status.h deleted file mode 100644 index 381447b4fbe0..000000000000 --- a/include/dt-bindings/clock/rk_system_status.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * - * Copyright (C) 2011-2014 ROCKCHIP, Inc. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ - -#ifndef __ROCKCHIP_SYSTEM_STATUS_H -#define __ROCKCHIP_SYSTEM_STATUS_H - -#define SYS_STATUS_NORMAL (1<<0) -#define SYS_STATUS_SUSPEND (1<<1) -#define SYS_STATUS_IDLE (1<<2) -#define SYS_STATUS_REBOOT (1<<3) -#define SYS_STATUS_VIDEO_4K (1<<4) -#define SYS_STATUS_VIDEO_1080P (1<<5) -#define SYS_STATUS_GPU (1<<6) -#define SYS_STATUS_RGA (1<<7) -#define SYS_STATUS_CIF0 (1<<8) -#define SYS_STATUS_CIF1 (1<<9) -#define SYS_STATUS_LCDC0 (1<<10) -#define SYS_STATUS_LCDC1 (1<<11) -#define SYS_STATUS_BOOST (1<<12) -#define SYS_STATUS_PERFORMANCE (1<<13) -#define SYS_STATUS_ISP (1<<14) -#define SYS_STATUS_HDMI (1<<15) - -#define SYS_STATUS_DUALVIEW (SYS_STATUS_LCDC0|SYS_STATUS_LCDC1) - -#endif