mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
cros_ec: Update the cros_ec keyboard driver to livetree
Update this driver and key_matrix to support a live device tree. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -69,8 +69,7 @@ int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys,
|
||||
* @param node Node containing compatible data
|
||||
* @return 0 if ok, -1 on error
|
||||
*/
|
||||
int key_matrix_decode_fdt(struct key_matrix *config, const void *blob,
|
||||
int node);
|
||||
int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config);
|
||||
|
||||
/**
|
||||
* Set up a new key matrix.
|
||||
|
Reference in New Issue
Block a user