diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 19:01:32 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-23 18:16:18 +0200 |
commit | 1cf17aa67a87940fda323b4ee252acfb996654bb (patch) | |
tree | 57bd008c32c9a477ad3b68186adae219fc752836 /arch/arm/boot/dts/tegra20-tamonten.dtsi | |
parent | ARM: tegra: Remove simple clocks bus (diff) | |
download | linux-1cf17aa67a87940fda323b4ee252acfb996654bb.tar.xz linux-1cf17aa67a87940fda323b4ee252acfb996654bb.zip |
ARM: tegra: Remove simple regulators bus
The standard way to do this is to list out the regulators at the top
level. Adopt the standard way to fix validation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-tamonten.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20-tamonten.dtsi | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index aef5f7e638ee..9b02b428c497 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -508,20 +508,12 @@ #clock-cells = <0>; }; - regulators { - compatible = "simple-bus"; - - #address-cells = <1>; - #size-cells = <0>; - - pci_vdd_reg: regulator@1 { - compatible = "regulator-fixed"; - reg = <1>; - regulator-name = "vdd_1v05"; - regulator-min-microvolt = <1050000>; - regulator-max-microvolt = <1050000>; - gpio = <&pmic 2 0>; - enable-active-high; - }; + pci_vdd_reg: regulator@1 { + compatible = "regulator-fixed"; + regulator-name = "vdd_1v05"; + regulator-min-microvolt = <1050000>; + regulator-max-microvolt = <1050000>; + gpio = <&pmic 2 0>; + enable-active-high; }; }; |