
Hi,
On Mon, Jun 29, 2020 at 07:12:04PM +0000, Nazım Gediz AYDINDOĞMUŞ wrote:
Hi.
If I've understood it well, you're pointing out for the following part, right?
Yep
/* CPU */ #define COUNTER_FREQUENCY 24000000 @@ -248,6 +252,8 @@ extern int soft_i2c_gpio_scl; #define OF_STDOUT_PATH "/soc@01c00000/serial@01c28800:115200" #elif CONFIG_CONS_INDEX == 5 && defined(CONFIG_MACH_SUN8I) #define OF_STDOUT_PATH "/soc@01c00000/serial@01f02800:115200" +#elif CONFIG_CONS_INDEX == 5 && defined(CONFIG_MACH_SUN50I) +#define OF_STDOUT_PATH "/soc@01c00000/serial@01c29000:115200"
To be honest, this part was remnant of days long trial and error attempts at trying to make UART4 work. Sorry for not scrutinizing it carefully. It was not because do not taking it serious but due to not fully grasping the said changes.
If there's not any other thing to remove/add/fix, should I reformat and submit a completely new patch or is it okay to send the updated one as a follow-up post in this thread?
Yeah, send a new version.
Maxime