Re: [PATCH 03/12] ARM: omap1: osk: Constify the software node

2021-03-30 Thread Tony Lindgren
* Heikki Krogerus [210329 10:51]: > Additional device properties are always just a part of a > software fwnode. If the device properties are constant, the > software node can also be constant. > > Signed-off-by: Heikki Krogerus > Cc: Aaro Koskinen > Cc: Tony Lindgren Probably best to merge th

[PATCH 03/12] ARM: omap1: osk: Constify the software node

2021-03-29 Thread Heikki Krogerus
Additional device properties are always just a part of a software fwnode. If the device properties are constant, the software node can also be constant. Signed-off-by: Heikki Krogerus Cc: Aaro Koskinen Cc: Tony Lindgren --- arch/arm/mach-omap1/board-osk.c | 6 +- 1 file changed, 5 insertio