提交 8a29f6c3 编写于 作者: C Chen-Yu Tsai 提交者: Mark Brown

regulator: axp20x: Drop AXP221 DC1SW and DC5LDO regulator supplies from bindings

The DC1SW and DC5LDO regulators in the AXP221 are internally chained
to DCDC1 and DCDC5, hence the names. The original bindings used the
parent regulator names for the supply regulator property. This causes
some confusion when we actually use it in the dts:

	axp221 {
		/* self supplying? */
		dcdc1-supply = <&dcdc1>;
		dcdc5-supply = <&dcdc5>;

		dcdc1: dcdc1 {
			...
		};

		dcdc5: dcdc5 {
			...
		};
	};

Since they are internally connected within the PMIC, their relationships
should not be visible in the device tree.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 6ff33f39
...@@ -60,8 +60,8 @@ DCDC2 : DC-DC buck : vin2-supply ...@@ -60,8 +60,8 @@ DCDC2 : DC-DC buck : vin2-supply
DCDC3 : DC-DC buck : vin3-supply DCDC3 : DC-DC buck : vin3-supply
DCDC4 : DC-DC buck : vin4-supply DCDC4 : DC-DC buck : vin4-supply
DCDC5 : DC-DC buck : vin5-supply DCDC5 : DC-DC buck : vin5-supply
DC1SW : On/Off Switch : dcdc1-supply : DCDC1 secondary output DC1SW : On/Off Switch : : DCDC1 secondary output
DC5LDO : LDO : dcdc5-supply : input from DCDC5 DC5LDO : LDO : : input from DCDC5
ALDO1 : LDO : aldoin-supply : shared supply ALDO1 : LDO : aldoin-supply : shared supply
ALDO2 : LDO : aldoin-supply : shared supply ALDO2 : LDO : aldoin-supply : shared supply
ALDO3 : LDO : aldoin-supply : shared supply ALDO3 : LDO : aldoin-supply : shared supply
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册