Unverified Commit 14ff3e36 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by GitHub
Browse files

Merge pull request #145 from gediz/gpio-base-fix

spi: fix GPIO base address
parents 3fb85399 4e3eeb5d
......@@ -125,7 +125,7 @@ static uint32_t gpio_base(feldev_handle *dev)
case 0x1817: /* V831 */
return 0x0300B000;
default:
return 0x01C28000;
return 0x01C20800;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment