Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+4 -4
+2 -2
arch/arm/boot/dts/exynos3250-monk.dts
··· 142 142 assigned-clock-rates = <6000000>; 143 143 144 144 thermistor-ap { 145 - compatible = "ntc,ncp15wb473"; 145 + compatible = "murata,ncp15wb473"; 146 146 pullup-uv = <1800000>; 147 147 pullup-ohm = <100000>; 148 148 pulldown-ohm = <100000>; ··· 150 150 }; 151 151 152 152 thermistor-battery { 153 - compatible = "ntc,ncp15wb473"; 153 + compatible = "murata,ncp15wb473"; 154 154 pullup-uv = <1800000>; 155 155 pullup-ohm = <100000>; 156 156 pulldown-ohm = <100000>;
+2 -2
arch/arm/boot/dts/exynos3250-rinato.dts
··· 142 142 assigned-clock-rates = <6000000>; 143 143 144 144 thermistor-ap { 145 - compatible = "ntc,ncp15wb473"; 145 + compatible = "murata,ncp15wb473"; 146 146 pullup-uv = <1800000>; 147 147 pullup-ohm = <100000>; 148 148 pulldown-ohm = <100000>; ··· 150 150 }; 151 151 152 152 thermistor-battery { 153 - compatible = "ntc,ncp15wb473"; 153 + compatible = "murata,ncp15wb473"; 154 154 pullup-uv = <1800000>; 155 155 pullup-ohm = <100000>; 156 156 pulldown-ohm = <100000>;