v1.1.2:add audio and efuse patch

This commit is contained in:
刘可亮
2025-03-14 16:31:58 +08:00
parent fe0b990053
commit 049676e8a8
27 changed files with 380 additions and 119 deletions

View File

@@ -1,5 +1,8 @@
/*
* Copyright (C) 2024 ArtInChip Technology Co.,Ltd
* Copyright (C) 2024-2025 ArtInChip Technology Co.,Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Author: Xiong Hao <hao.xiong@artinchip.com>
*/
@@ -43,6 +46,7 @@ static u32 efuse_get_ddr_size(void)
default:
pr_info("No DDR info\n");
}
writel(0x0, EFUSE_CMU_REG);
return size;
}