09.12.2021 20:33, Thierry Reding пишет: > From: Thierry Reding <treding@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > arch/arm/boot/dts/tegra30-ouya.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/tegra30-ouya.dts b/arch/arm/boot/dts/tegra30-ouya.dts > index 4259871b76c9..fd64aadc472a 100644 > --- a/arch/arm/boot/dts/tegra30-ouya.dts > +++ b/arch/arm/boot/dts/tegra30-ouya.dts > @@ -70,7 +70,6 @@ hdmi@54280000 { > > gpio: gpio@6000d000 { > gpio-ranges = <&pinmux 0 0 248>; > - #reset-cells = <1>; > }; > > pinmux@70000868 { > Reviewed-by: Dmitry Osipenko <digetx@xxxxxxxxx>