Re: [U-Boot] rockchip: rk3328: fix syscon id table

2017-09-08 Thread Philipp Tomsich
> syscon id table need a dummy member as NULL ending, or else system > will panic while try to match a compatible in this table as a list. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/rk3328/syscon_rk3328.c | 1 + > 1 file changed, 1 insertion(+) >

Re: [U-Boot] rockchip: rk3328: fix syscon id table

2017-09-08 Thread Philipp Tomsich
> syscon id table need a dummy member as NULL ending, or else system > will panic while try to match a compatible in this table as a list. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/rk3328/syscon_rk3328.c | 1 + > 1 file changed, 1 insertion(+) >

Re: [U-Boot] rockchip: rk3328: fix syscon id table

2017-09-08 Thread Philipp Tomsich
> syscon id table need a dummy member as NULL ending, or else system > will panic while try to match a compatible in this table as a list. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/rk3328/syscon_rk3328.c | 1 + > 1 file changed, 1 insertion(+) >