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.si...@amd.com> --- .../arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso | 28 +++++++++---------- .../arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso | 10 +++---- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso b/arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso index 8412aecd726c..4d0f10e13c38 100644 --- a/arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso +++ b/arch/arm/dts/zynqmp-sc-vm-p-m1369-00-revA.dtso @@ -262,73 +262,73 @@ /* 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>; }; diff --git a/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso b/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso index ce1832127156..c1945ea6f8d1 100644 --- a/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso +++ b/arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso @@ -356,7 +356,7 @@ }; vcco_503: regulator@12 { /* u1744 */ - compatible = "ti,tps546b24a"; + compatible = "ti,tps546b24"; reg = <0x12>; }; @@ -414,17 +414,17 @@ }; 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>; }; @@ -454,7 +454,7 @@ }; lp5_vddq_0v5: regulator@14 { /* u1763 - FIXME no ina226 */ - compatible = "ti,tps546b24a"; + compatible = "ti,tps546b24"; reg = <0x14>; }; }; -- 2.43.0