From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/include/dt-bindings/clock/rk3368-cru.h | 24 ++---------------------- 1 files changed, 2 insertions(+), 22 deletions(-) diff --git a/kernel/include/dt-bindings/clock/rk3368-cru.h b/kernel/include/dt-bindings/clock/rk3368-cru.h index 5d35316..d8cdc38 100644 --- a/kernel/include/dt-bindings/clock/rk3368-cru.h +++ b/kernel/include/dt-bindings/clock/rk3368-cru.h @@ -1,15 +1,6 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 _DT_BINDINGS_CLK_ROCKCHIP_RK3368_H @@ -81,19 +72,12 @@ #define SCLK_SFC 126 #define SCLK_MAC 127 #define SCLK_MACREF_OUT 128 -#define SCLK_MIPIDSI_24M 129 -#define SCLK_CRYPTO 130 -#define SCLK_VIP_SRC 131 -#define SCLK_VIP_OUT 132 #define SCLK_TIMER10 133 #define SCLK_TIMER11 134 #define SCLK_TIMER12 135 #define SCLK_TIMER13 136 #define SCLK_TIMER14 137 #define SCLK_TIMER15 138 -#define SCLK_DDRCLK 139 -#define SCLK_TSP 140 -#define SCLK_HSADC_TSP 141 #define DCLK_VOP 190 #define MCLK_CRYPTO 191 @@ -164,13 +148,9 @@ #define PCLK_ISP 366 #define PCLK_VIP 367 #define PCLK_WDT 368 -#define PCLK_DPHYRX 369 -#define PCLK_DPHYTX0 370 -#define PCLK_EFUSE256 371 -#define PCLK_EFUSE1024 372 +#define PCLK_EFUSE256 369 /* hclk gates */ -#define HCLK_USB_PERI 447 #define HCLK_SFC 448 #define HCLK_OTG0 449 #define HCLK_HOST0 450 -- Gitblit v1.6.2