ARM: dts: am335x-baltos: don't reset gpio3 block
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 2 Nov 2016 09:08:16 +0000 (10:08 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:48:42 +0000 (15:48 -0700)
This change is needed in order to enable some hardware components
from bootloader.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-baltos.dtsi

index dd45d172a892a12dcc7947e1caaddcca547d0862..09b954154e6bbdc54361a52deba1e2781da196cb 100644 (file)
 &gpio0 {
        ti,no-reset-on-init;
 };
+
+&gpio3 {
+       ti,no-reset-on-init;
+};