`checkpatch.pl` requires that dts sources are indented with tabs, fix all the spaces that slipped in while checkpatch wasn't watching. Signed-off-by: Jordan Yates <jordan@embeint.com>
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
/*
|
|
* Copyright 2023 Google LLC
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
test_kbd_scan: test-kbd-scan {
|
|
compatible = "test-kbd-scan";
|
|
row-size = <3>;
|
|
col-size = <3>;
|
|
poll-period-ms = <5>;
|
|
debounce-down-ms = <40>;
|
|
debounce-up-ms = <80>;
|
|
poll-timeout-ms = <500>;
|
|
};
|
|
};
|