arm64: zynqmp: Update compatible string for tps546X24
authorMichal Simek <michal.simek@amd.com>
Tue, 2 Sep 2025 08:53:31 +0000 (10:53 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Oct 2025 07:07:04 +0000 (09:07 +0200)
ti,tps546d24 is already described in DT binding and ti,tps546b24 should be
described in the same way that's why update compatible string to match
them.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/a247b2b57ebe52e9d23525bf4f96c4872288025d.1756803198.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso
arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso

index 8412aec..4d0f10e 100644 (file)
 
        /* pmbus - j105 - disable main PMBUS - also going to j102 connector */
        vcc_pslp: regulator@15 { /* u24 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x15>;
        };
 
        vccaux_pmc: regulator@17 { /* u26 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x17>;
        };
 
        vcco_500: regulator@18 { /* u27 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x18>;
        };
 
        vcco_501: regulator@19 { /* u28 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x19>;
        };
 
        vcco_502: regulator@1a { /* u29 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x1a>;
        };
 
        vcco_503: regulator@1b { /* u30 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x1b>;
        };
 
        vcc_ddr5_rdimm: regulator@1c { /* u31 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x1c>;
        };
 
        gtm_avcc: regulator@22 { /* u37 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x22>;
        };
 
        gtm_avtt: regulator@20 { /* u38 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x20>;
        };
 
        gtm_avccaux: regulator@21 { /* u39 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x21>;
        };
 
        vccint_gt: regulator@2a { /* u44 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x2a>;
        };
 
        util_1v8: regulator@2b { /* u1839 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x2b>;
        };
 
        vcc_pmc: regulator@2c { /* u46 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x2c>;
        };
 
        /* pmbus via U62 as ext_pmbus - disable via j104 */
        vccint: regulator@10 { /* u18 */
-               compatible = "ti,tps546b24";
+               compatible = "ti,tps546d24";
                reg = <0x10>;
        };
 
index ce18321..c1945ea 100644 (file)
        };
 
        vcco_503: regulator@12 { /* u1744 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x12>;
        };
 
        };
 
        vcco_500: regulator@13 { /* u1738 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x13>;
        };
 
        vcco_501: regulator@10 { /* u1740 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x10>;
        };
 
        vcco_502: regulator@11 { /* u1742 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x11>;
        };
 
        };
 
        lp5_vddq_0v5: regulator@14 { /* u1763 - FIXME no ina226 */
-               compatible = "ti,tps546b24a";
+               compatible = "ti,tps546b24";
                reg = <0x14>;
        };
 };