]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: yosemite4: correct the compatible string for max31790
authorRicky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
Thu, 3 Oct 2024 07:42:46 +0000 (15:42 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 13 Dec 2024 05:16:59 +0000 (15:46 +1030)
Fix the compatible string for max31790 to match the binding document.

Fixes: 2b8d94f4b4a4 ("ARM: dts: aspeed: yosemite4: add Facebook Yosemite 4 BMC")
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Link: https://patch.msgid.link/20241003074251.3818101-6-Delphine_CC_Chiu@wiwynn.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts

index 5a995d8c326add273bd8e6c8ef434c94351a48bc..9a9096c94328253cc5f7e4645b59396d8afba640 100644 (file)
                        };
 
                        pwm@20{
-                               compatible = "max31790";
+                               compatible = "maxim,max31790";
                                reg = <0x20>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                        };
 
                        gpio@22{
                        };
 
                        pwm@23{
-                               compatible = "max31790";
+                               compatible = "maxim,max31790";
                                reg = <0x23>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                        };
 
                        adc@33 {
                        };
 
                        pwm@20{
-                               compatible = "max31790";
+                               compatible = "maxim,max31790";
                                reg = <0x20>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                        };
 
                        gpio@22{
                        };
 
                        pwm@23{
-                               compatible = "max31790";
+                               compatible = "maxim,max31790";
                                reg = <0x23>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
                        };
 
                        adc@33 {