commit | 36c53cf0f46526b898390659b125155939f67892 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@bootlin.com> | Mon Sep 03 10:48:50 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 04 10:47:53 2018 -0700 |
tree | 6cc93b07f9b0cd24b9373616d29c59967b674900 | |
parent | a993e0f583c7925adaa7721226ccd7a41e7e63d1 [diff] |
net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32 In the DT binding, it is specified nowhere that 'vsc8531,edge-slowdown' 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,edge-slowdown' 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>