We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2142a2 commit 358800bCopy full SHA for 358800b
arch/arm/mach-pxa/spitz.c
@@ -403,7 +403,7 @@ static const struct software_node_ref_args spitz_mkp_col_gpios[] = {
403
};
404
405
static const struct property_entry spitz_mkp_properties[] = {
406
- PROPERTY_ENTRY_ARRAY_U32("linux,keymap", spitz_keymap),
+ PROPERTY_ENTRY_U32_ARRAY("linux,keymap", spitz_keymap),
407
PROPERTY_ENTRY_REF_ARRAY("row-gpios", spitz_mkp_row_gpios),
408
PROPERTY_ENTRY_REF_ARRAY("col-gpios", spitz_mkp_col_gpios),
409
PROPERTY_ENTRY_U32("col-scan-delay-us", 10),
0 commit comments