Commit 0ef2067d authored by Philipp Zabel's avatar Philipp Zabel Committed by Samuel Ortiz

pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data

The PASIC3 driver now calculates its register spacing from the resource
size.
Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@openedhand.com>
parent 0254a8f4
...@@ -507,7 +507,6 @@ static struct resource pasic3_resources[] = { ...@@ -507,7 +507,6 @@ static struct resource pasic3_resources[] = {
}; };
static struct pasic3_platform_data pasic3_platform_data = { static struct pasic3_platform_data pasic3_platform_data = {
.bus_shift = 2,
.led_pdata = &pasic3_leds_info, .led_pdata = &pasic3_leds_info,
.clock_rate = 4000000, .clock_rate = 4000000,
}; };
......
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