diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 14:06:16 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-15 17:29:54 +0100 |
commit | e3cc9c1c51f872629e860ef3b780ddf07f515123 (patch) | |
tree | 8740ff8eb724eea5a33fb43260ed1f909dadab85 | |
parent | e6cc64655480de215993cabec45d1f32bb1f5857 (diff) | |
download | linux-e3cc9c1c51f872629e860ef3b780ddf07f515123.tar.bz2 |
ARM: tegra: Remove stray #reset-cells property
The Ouya board specifies the #reset-cells property for the GPIO
controller. Since the GPIO controller doesn't provide reset controls
this is not needed, so they can be dropped.
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra30-ouya.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-ouya.dts b/arch/arm/boot/dts/tegra30-ouya.dts index 9e59d9bd6b35..9a774500cb88 100644 --- a/arch/arm/boot/dts/tegra30-ouya.dts +++ b/arch/arm/boot/dts/tegra30-ouya.dts @@ -70,7 +70,6 @@ gpio: gpio@6000d000 { gpio-ranges = <&pinmux 0 0 248>; - #reset-cells = <1>; }; pinmux@70000868 { |