mirror of https://gitee.com/openkylin/linux.git
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:
parent
3fb5c894f6
commit
5ce93ff601
|
@ -406,3 +406,7 @@ &aes {
|
|||
&gpio0 {
|
||||
ti,no-reset-on-init;
|
||||
};
|
||||
|
||||
&gpio3 {
|
||||
ti,no-reset-on-init;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue