From 397a992d5f0845d70c9d1ac4cc1c05bbaa084b85 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 3 Oct 2022 13:52:47 +0200 Subject: [PATCH] samples: shields: lmp90100_evb: Fix nodelabel Shield's nodelabels should now be in the form _. This occurrence was left out in the initial change. Signed-off-by: Erwan Gouriou --- samples/shields/lmp90100_evb/rtd/app.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/shields/lmp90100_evb/rtd/app.overlay b/samples/shields/lmp90100_evb/rtd/app.overlay index 4d55dc3672c..7ea69d39c83 100644 --- a/samples/shields/lmp90100_evb/rtd/app.overlay +++ b/samples/shields/lmp90100_evb/rtd/app.overlay @@ -4,6 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -&lmp90100 { +&lmp90100_lmp90100_evb { rtd-current = <1000>; };