Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap5-uevm: Split SMPS10 in two nodes

SMPS10 has two outputs OUT1 and OUT2. Hence SMPS10 is modeled as
two regulators. The DT node is split to reflect it.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>

authored by

Kishon Vijay Abraham I and committed by
Benoit Cousson
9448996c 5eac0eb7

+11 -2
+11 -2
arch/arm/boot/dts/omap5-uevm.dts
··· 334 334 ti,smps-range = <0x80>; 335 335 }; 336 336 337 - smps10_reg: smps10 { 337 + smps10_out2_reg: smps10_out2 { 338 338 /* VBUS_5V_OTG */ 339 - regulator-name = "smps10"; 339 + regulator-name = "smps10_out2"; 340 + regulator-min-microvolt = <5000000>; 341 + regulator-max-microvolt = <5000000>; 342 + regulator-always-on; 343 + regulator-boot-on; 344 + }; 345 + 346 + smps10_out1_reg: smps10_out1 { 347 + /* VBUS_5V_OTG */ 348 + regulator-name = "smps10_out1"; 340 349 regulator-min-microvolt = <5000000>; 341 350 regulator-max-microvolt = <5000000>; 342 351 regulator-always-on;