Skip to content

Commit 63cd2f6

Browse files
rettichschnidinashif
authored andcommitted
boards: google: twinkie_v2: Fix unit and first address mismatch
This fixes the following kind of warnings: > unit address and first address in 'reg' (0xf) don't match for > /soc/adc@40012400/channel@15 Signed-off-by: Reto Schneider <[email protected]>
1 parent c883f34 commit 63cd2f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/google/twinkie_v2/google_twinkie_v2.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
zephyr,resolution = <12>;
124124
};
125125

126-
channel@15 {
126+
channel@f {
127127
reg = <15>;
128128
zephyr,gain = "ADC_GAIN_1";
129129
zephyr,reference = "ADC_REF_INTERNAL";
@@ -132,7 +132,7 @@
132132
zephyr,resolution = <12>;
133133
};
134134

135-
channel@17 {
135+
channel@11 {
136136
reg = <17>;
137137
zephyr,gain = "ADC_GAIN_1";
138138
zephyr,reference = "ADC_REF_INTERNAL";
@@ -141,7 +141,7 @@
141141
zephyr,resolution = <12>;
142142
};
143143

144-
channel@18 {
144+
channel@12 {
145145
reg = <18>;
146146
zephyr,gain = "ADC_GAIN_1";
147147
zephyr,reference = "ADC_REF_INTERNAL";

0 commit comments

Comments
 (0)