Skip to content

Commit c6f02a6

Browse files
committed
feat(soc):update lcd registers on esp32p4 rev3.0
1 parent 2991bca commit c6f02a6

File tree

5 files changed

+36
-1330
lines changed

5 files changed

+36
-1330
lines changed

components/esp_driver_bitscrambler/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
menu "BitScrambler Configurations"
1+
menu "ESP-Driver:BitScrambler Configurations"
22
depends on SOC_BITSCRAMBLER_SUPPORTED
33
config BITSCRAMBLER_CTRL_FUNC_IN_IRAM
44
bool "Place BitScrambler control functions in IRAM"

components/soc/esp32p4/include/soc/clk_tree_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ typedef enum {
396396
LCD_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F160M, /*!< Select PLL_F160M as the default choice */
397397
} soc_periph_lcd_clk_src_t;
398398

399-
//////////////////////////////////////////////////LCD///////////////////////////////////////////////////////////////////
399+
//////////////////////////////////////////////////CAM///////////////////////////////////////////////////////////////////
400400

401401
/**
402402
* @brief Array initializer for all supported clock sources of CAM

0 commit comments

Comments
 (0)