Commit 4e3eeb5d authored by Nazım Gediz Aydındoğmuş's avatar Nazım Gediz Aydındoğmuş
Browse files

spi: fix GPIO base address



Resolve typo for GPIO base address for SoCs other than V831.
Signed-off-by: default avatarNazım Gediz Aydındoğmuş <gedizaydindogmus@gmail.com>
parent 3fb85399
...@@ -125,7 +125,7 @@ static uint32_t gpio_base(feldev_handle *dev) ...@@ -125,7 +125,7 @@ static uint32_t gpio_base(feldev_handle *dev)
case 0x1817: /* V831 */ case 0x1817: /* V831 */
return 0x0300B000; return 0x0300B000;
default: 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