dts: st: stm32f100: add correct 'v25' property on die temp sensor
The typical value for V25 is different on the STM32F100 line compared to other STM32F1 MCUs. Update the DTS property to the correct value. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
parent
577c1b2e9e
commit
0fd095d6d1
|
@ -52,4 +52,8 @@
|
|||
#io-channel-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
die_temp: dietemp {
|
||||
v25 = <1410>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue