ARM: dts: am335x-baltos: don't reset gpio3 block

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>
This commit is contained in:
Yegor Yefremov 2016-11-02 10:08:16 +01:00 committed by Tony Lindgren
parent 3fb5c894f6
commit 5ce93ff601
1 changed files with 4 additions and 0 deletions

View File

@ -406,3 +406,7 @@ &aes {
&gpio0 {
ti,no-reset-on-init;
};
&gpio3 {
ti,no-reset-on-init;
};