mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
ARM: dts: exynos: replace deprecated NTC/Murata compatibles
The compatibles with "ntc" vendor prefix become deprecated and "murata" should be used. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210315124313.114842-1-krzysztof.kozlowski@canonical.com
This commit is contained in:
parent
2601cbaa7e
commit
61342bc64d
|
|
@ -142,7 +142,7 @@ &adc {
|
|||
assigned-clock-rates = <6000000>;
|
||||
|
||||
thermistor-ap {
|
||||
compatible = "ntc,ncp15wb473";
|
||||
compatible = "murata,ncp15wb473";
|
||||
pullup-uv = <1800000>;
|
||||
pullup-ohm = <100000>;
|
||||
pulldown-ohm = <100000>;
|
||||
|
|
@ -150,7 +150,7 @@ thermistor-ap {
|
|||
};
|
||||
|
||||
thermistor-battery {
|
||||
compatible = "ntc,ncp15wb473";
|
||||
compatible = "murata,ncp15wb473";
|
||||
pullup-uv = <1800000>;
|
||||
pullup-ohm = <100000>;
|
||||
pulldown-ohm = <100000>;
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ &adc {
|
|||
assigned-clock-rates = <6000000>;
|
||||
|
||||
thermistor-ap {
|
||||
compatible = "ntc,ncp15wb473";
|
||||
compatible = "murata,ncp15wb473";
|
||||
pullup-uv = <1800000>;
|
||||
pullup-ohm = <100000>;
|
||||
pulldown-ohm = <100000>;
|
||||
|
|
@ -150,7 +150,7 @@ thermistor-ap {
|
|||
};
|
||||
|
||||
thermistor-battery {
|
||||
compatible = "ntc,ncp15wb473";
|
||||
compatible = "murata,ncp15wb473";
|
||||
pullup-uv = <1800000>;
|
||||
pullup-ohm = <100000>;
|
||||
pulldown-ohm = <100000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user