[PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-12 Thread Johan Jonker
The Rockchip SoC rk3288 has 2 types of device trees floating around. A 64bit reg size when synced from Linux and a 32bit for U-boot. A pre-probe function in the syscon class driver assumes only 32bit. For other odd reg structures the regmap must be defined in the individual syscon driver. Store rk3

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-13 Thread Johan Jonker
On 3/13/23 18:46, John Keeping wrote: > On Mon, Mar 13, 2023 at 05:53:20PM +0100, Johan Jonker wrote: >> On 3/13/23 14:26, John Keeping wrote: >>> On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: The Rockchip SoC rk3288 has 2 types of device trees floating around. A 64bit

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-14 Thread John Keeping
On Mon, Mar 13, 2023 at 10:09:23PM +0100, Johan Jonker wrote: > On 3/13/23 18:46, John Keeping wrote: > > On Mon, Mar 13, 2023 at 05:53:20PM +0100, Johan Jonker wrote: > >> On 3/13/23 14:26, John Keeping wrote: > >>> On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: > The Rockchip

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-12 Thread Simon Glass
On Sun, 12 Mar 2023 at 18:31, Johan Jonker wrote: > > The Rockchip SoC rk3288 has 2 types of device trees floating around. > A 64bit reg size when synced from Linux and a 32bit for U-boot. > A pre-probe function in the syscon class driver assumes only 32bit. > For other odd reg structures the regm

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-13 Thread Johan Jonker
On 3/13/23 04:10, Simon Glass wrote: > On Sun, 12 Mar 2023 at 18:31, Johan Jonker wrote: >> >> The Rockchip SoC rk3288 has 2 types of device trees floating around. >> A 64bit reg size when synced from Linux and a 32bit for U-boot. >> A pre-probe function in the syscon class driver assumes only

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-13 Thread John Keeping
On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: > The Rockchip SoC rk3288 has 2 types of device trees floating around. > A 64bit reg size when synced from Linux and a 32bit for U-boot. > A pre-probe function in the syscon class driver assumes only 32bit. > For other odd reg structures

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-13 Thread Johan Jonker
On 3/13/23 14:26, John Keeping wrote: > On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: >> The Rockchip SoC rk3288 has 2 types of device trees floating around. >> A 64bit reg size when synced from Linux and a 32bit for U-boot. >> A pre-probe function in the syscon class driver assu

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-13 Thread John Keeping
On Mon, Mar 13, 2023 at 05:53:20PM +0100, Johan Jonker wrote: > On 3/13/23 14:26, John Keeping wrote: > > On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: > >> The Rockchip SoC rk3288 has 2 types of device trees floating around. > >> A 64bit reg size when synced from Linux and a 32bit