From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 18 Apr 2021 22:48:56 +0200 Subject: [ARCHEOLOGY] 150balbes fix station legacy (#2782) > X-Git-Archeology: > recovered message: > * Fix Legacy Stations > X-Git-Archeology: > recovered message: > Co-authored-by: balbes150 > X-Git-Archeology: - Revision 510e348202f8efb838a57a9eec6ccbc910d7e06e: https://github.com/armbian/build/commit/510e348202f8efb838a57a9eec6ccbc910d7e06e > X-Git-Archeology: Date: Sun, 18 Apr 2021 22:48:56 +0200 > X-Git-Archeology: From: Igor Pecovnik > X-Git-Archeology: Subject: 150balbes fix station legacy (#2782) > X-Git-Archeology: --- include/dt-bindings/clock/rk3399-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index a2aa50c8d3ab..252515746aee 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -31,6 +31,7 @@ /* sclk gates (special clocks) */ #define SCLK_I2SOUT_SRC 64 +#define SCLK_I2S_8CH SCLK_I2SOUT_SRC #define SCLK_I2C1 65 #define SCLK_I2C2 66 #define SCLK_I2C3 67 -- Armbian