`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>
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
/*
|
|
* Copyright (c) 2023, Hiroki Tada
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for creating temperature sensor device instance
|
|
*/
|
|
|
|
&coretemp {
|
|
status = "okay";
|
|
};
|