Skip to content

Commit 34f5739

Browse files
committed
Merge branch 'at91-4.9-trunk/ptc' into linux-4.9-at91
2 parents 5c017a1 + 319d024 commit 34f5739

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)