CHG: [nrhw16] enable DIOs in dts from uboot

BugzID: 52260
This commit is contained in:
Marcel Reichmuth 2018-07-24 10:03:40 +02:00 committed by Moritz Rosenthal
parent afc38809b0
commit 044eccc3cd
1 changed files with 3 additions and 1 deletions

View File

@ -578,7 +578,9 @@ static struct shield_command known_shield_commands[] = {
"comio",
"shield comio mode rs232",
"fdt get value serial0 /aliases serial0;" \
"fdt set $serial0 status okay",
"fdt get value dio0 /aliases dio0;" \
"fdt set $serial0 status okay;" \
"fdt set $dio0 status okay;",
comio_shield_init
},
{