m68k: stmark2: update board setup
authorAngelo Dureghello <angelo@kernel-space.org>
Fri, 2 Jul 2021 09:48:38 +0000 (11:48 +0200)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 22 Aug 2021 22:40:04 +0000 (08:40 +1000)
Add configuration for flexcan pads.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/coldfire/stmark2.c

index 8b5af9c..036a6ae 100644 (file)
@@ -111,7 +111,9 @@ static int __init init_stmark2(void)
        __raw_writeb(0x00, MCFGPIO_PAR_BE);
        __raw_writeb(0x00, MCFGPIO_PAR_FBCTL);
        __raw_writeb(0x00, MCFGPIO_PAR_CS);
-       __raw_writeb(0x00, MCFGPIO_PAR_CANI2C);
+
+       /* CAN pads */
+       __raw_writeb(0x50, MCFGPIO_PAR_CANI2C);
 
        platform_add_devices(stmark2_devices, ARRAY_SIZE(stmark2_devices));
 
@@ -121,4 +123,4 @@ static int __init init_stmark2(void)
        return 0;
 }
 
-late_initcall(init_stmark2);
+device_initcall(init_stmark2);