i2c: nvidia-gpu: Constify the software node
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 29 Mar 2021 10:50:43 +0000 (13:50 +0300)
committerWolfram Sang <wsa@kernel.org>
Sat, 10 Apr 2021 19:43:01 +0000 (21:43 +0200)
commit239798f5fb5e87b7ed253df5c5de893aad57fc6b
tree6e2d1cbf62269cd58113e02140269bca817fd9b4
parentf9c3d2734343c934f2e7270c0d47a4c88e10b847
i2c: nvidia-gpu: Constify the software node

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 <heikki.krogerus@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-nvidia-gpu.c