Skip to content

Commit

Permalink
input: atmel_ptc: update path and names of firmware file
Browse files Browse the repository at this point in the history
Update the name of the firmware files which are located in a
microchip folder.

Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
  • Loading branch information
ldesroches committed Mar 13, 2018
1 parent ea4e174 commit 319d024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/input/misc/atmel_ptc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define ATMEL_PTC_KEYCODE_BASE_OFFSET 0x100

/* ----- PPP ----- */
#define ATMEL_PPP_FW_NAME "atmel_ptc.bin"
#define ATMEL_PPP_FW_NAME "microchip/ptc_fw.bin"
#define ATMEL_PPP_FW_FOOTER_SIZE 16

#define ATMEL_PPP_CONFIG 0x20
Expand Down Expand Up @@ -68,7 +68,7 @@
#define atmel_ppp_writel(ptc, reg, val) writel_relaxed(val, (ptc)->ppp_regs + (reg))

/* ----- QTM ----- */
#define ATMEL_QTM_CONF_NAME "atmel_ptc.conf"
#define ATMEL_QTM_CONF_NAME "microchip/ptc_cfg.bin"

#define ATMEL_QTM_MB_OFFSET 0x4000
#define ATMEL_QTM_MB_SIZE 0x1000
Expand Down

0 comments on commit 319d024

Please sign in to comment.