arm64: dts: marvell: rename temp sensor nodes
authorRobert Marko <robert.marko@sartura.hr>
Mon, 16 May 2022 12:48:25 +0000 (14:48 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 2 Sep 2022 14:56:36 +0000 (16:56 +0200)
Rename the temperature sensor nodes to use "temp-sensor" which matches
their device class instead of IC specific naming.

Remove the status = "okay" which is not required as its default anyway.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts

index 50d9b0f48f99376e70af2a923c3df20b75dd9875..b2d7f24fa9404bce7949d2374a9cc90884908059 100644 (file)
        scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
        sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 
-       nct375@48 {
-               status = "okay";
+       temp-sensor@48 {
                compatible = "ti,tmp75c";
                reg = <0x48>;
        };
 
-       nct375@49 {
-               status = "okay";
+       temp-sensor@49 {
                compatible = "ti,tmp75c";
                reg = <0x49>;
        };