diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 19:41:30 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-25 09:29:43 +0200 |
commit | 9482a17008fa98a7a8807ce6a91b8765d75ada68 (patch) | |
tree | 4439ed5c612605f1626c44b0c1ce3b056ea48d32 /arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts | |
parent | ARM: tegra: Use standard name for Ethernet devices (diff) | |
download | linux-9482a17008fa98a7a8807ce6a91b8765d75ada68.tar.xz linux-9482a17008fa98a7a8807ce6a91b8765d75ada68.zip |
ARM: tegra: Use proper tuple notation
Tuple boundaries should be marked by < and > to make it clear which
cells are part of the same tuple. This also helps the json-schema based
validation tooling to properly parse this data.
While at it, also remove the "immovable" bit from PCI addresses. All of
these addresses are in fact "movable".
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts b/arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts index dc633e529822..86e138e8c7f0 100644 --- a/arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts +++ b/arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts @@ -248,8 +248,8 @@ regulator-max-microvolt = <3300000>; regulator-type = "voltage"; gpios = <&gpio TEGRA_GPIO(J, 5) GPIO_ACTIVE_HIGH>; - states = <1800000 0x0 - 3300000 0x1>; + states = <1800000 0x0>, + <3300000 0x1>; startup-delay-us = <100000>; vin-supply = <&vddio_sdmmc_1v8_reg>; }; |