commit | 5ff8e1f3cd63e892cedf34e374678c2c178000d6 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Mon Sep 03 10:48:51 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 04 10:47:53 2018 -0700 |
tree | 4fa6c63ff4806be71a2c3190af3f3ff439d57dd0 | |
parent | 36c53cf0f46526b898390659b125155939f67892 [diff] |
net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32 In the DT binding, it is specified nowhere that 'vsc8531,led-%d-mode' is an u8, even though it's read as an u8 in the driver. Let's update the driver to take into consideration that the 'vsc8531,led-%d-mode' property is of the default type u32. Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>