Configs: Everest: Update led names to reflect pca955x

Originally, all the leds were driven by "leds-gpio" driver.
However, community wanted the leds off PCA955x to be driven by
leds-pca955x driver. As part of that, all the leds that are
driven by pca955x leds driver would have the name prefix pca955x.
So, if the name of the led before was "dimm", now, it would be
"pca955x:dimm". phosphor-ledcontroller hosts these as
/xyz/openbmc_project/led/physical/pca955x_dimm as opposed to
/xyz/openbmc_project/led/physical/dimm.

A patch to have the ability to turn off this prefix was sent
to the kernel community and it was rejected.

In the user space, we could have cut the pca955x_ portion and still
retained the old names. However, that results in some one off code
and hence not desired.

Change-Id: I198c68898821cae1efb3e6b70ce6c1aece8163c9
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
1 file changed