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

ARM: dts: imx6q-tbs2910: remove artificial simple-bus for regulators

Signed-off-by: Soeren Moch <smoch@web.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Soeren Moch and committed by
Shawn Guo
ddcc6cad aa7871b5

+17 -26
+17 -26
arch/arm/boot/dts/imx6q-tbs2910.dts
··· 91 91 }; 92 92 }; 93 93 94 - regulators { 95 - compatible = "simple-bus"; 96 - #address-cells = <1>; 97 - #size-cells = <0>; 94 + reg_2p5v: regulator-2p5v { 95 + compatible = "regulator-fixed"; 96 + regulator-name = "2P5V"; 97 + regulator-min-microvolt = <2500000>; 98 + regulator-max-microvolt = <2500000>; 99 + }; 98 100 99 - reg_2p5v: regulator@0 { 100 - compatible = "regulator-fixed"; 101 - reg = <0>; 102 - regulator-name = "2P5V"; 103 - regulator-min-microvolt = <2500000>; 104 - regulator-max-microvolt = <2500000>; 105 - }; 101 + reg_3p3v: regulator-3p3v { 102 + compatible = "regulator-fixed"; 103 + regulator-name = "3P3V"; 104 + regulator-min-microvolt = <3300000>; 105 + regulator-max-microvolt = <3300000>; 106 + }; 106 107 107 - reg_3p3v: regulator@1 { 108 - compatible = "regulator-fixed"; 109 - reg = <1>; 110 - regulator-name = "3P3V"; 111 - regulator-min-microvolt = <3300000>; 112 - regulator-max-microvolt = <3300000>; 113 - }; 114 - 115 - reg_5p0v: regulator@2 { 116 - compatible = "regulator-fixed"; 117 - reg = <2>; 118 - regulator-name = "5P0V"; 119 - regulator-min-microvolt = <5000000>; 120 - regulator-max-microvolt = <5000000>; 121 - }; 108 + reg_5p0v: regulator-5p0v { 109 + compatible = "regulator-fixed"; 110 + regulator-name = "5P0V"; 111 + regulator-min-microvolt = <5000000>; 112 + regulator-max-microvolt = <5000000>; 122 113 }; 123 114 124 115 sound-sgtl5000 {