Skip to content

Commit 319d024

Browse files
committed
input: atmel_ptc: update path and names of firmware file
Update the name of the firmware files which are located in a microchip folder. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent ea4e174 commit 319d024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/input/misc/atmel_ptc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define ATMEL_PTC_KEYCODE_BASE_OFFSET 0x100
3333

3434
/* ----- PPP ----- */
35-
#define ATMEL_PPP_FW_NAME "atmel_ptc.bin"
35+
#define ATMEL_PPP_FW_NAME "microchip/ptc_fw.bin"
3636
#define ATMEL_PPP_FW_FOOTER_SIZE 16
3737

3838
#define ATMEL_PPP_CONFIG 0x20
@@ -68,7 +68,7 @@
6868
#define atmel_ppp_writel(ptc, reg, val) writel_relaxed(val, (ptc)->ppp_regs + (reg))
6969

7070
/* ----- QTM ----- */
71-
#define ATMEL_QTM_CONF_NAME "atmel_ptc.conf"
71+
#define ATMEL_QTM_CONF_NAME "microchip/ptc_cfg.bin"
7272

7373
#define ATMEL_QTM_MB_OFFSET 0x4000
7474
#define ATMEL_QTM_MB_SIZE 0x1000

0 commit comments

Comments
 (0)