"label" properties are not required. Remove them from tests. Signed-off-by: Kumar Gala <galak@kernel.org>
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
/*
|
|
* Copyright (c) 2022, Thomas Stranger
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for w1 devices
|
|
*/
|
|
|
|
test-w1-ds18b20 {
|
|
compatible = "maxim,ds18b20";
|
|
family-code = <0x28>;
|
|
resolution = <12>;
|
|
status = "okay";
|
|
};
|