mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
arm64: zynqmp: Update compatible string for tps546X24
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
This commit is contained in:
parent
4bd2183984
commit
b852fece84
@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user