arm64: dts: mediatek: mt8183-pumpkin: fix bad thermistor node name
authorFabien Parent <fparent@baylibre.com>
Tue, 26 Apr 2022 16:47:55 +0000 (18:47 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 13 May 2022 11:27:40 +0000 (13:27 +0200)
Fix the following dtbs_check error by using the correct node name:
/home/fabo/build/linux/mt8183-pumpkin/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dtb: ntc: $nodename:0: 'ntc' does not match '^thermistor(.*)?$'
From schema: /home/fabo/devel/baylibre/linux-mainline/Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20220426164755.435372-1-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts

index ee91282..afeb5cd 100644 (file)
@@ -55,7 +55,7 @@
                };
        };
 
-       ntc {
+       thermistor {
                compatible = "murata,ncp03wf104";
                pullup-uv = <1800000>;
                pullup-ohm = <390000>;