commit | 53df65a9d2bafcd6ef01f27888fb7be61e7bbd08 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Wed Nov 06 16:21:16 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 26 09:06:54 2019 -0500 |
tree | b75e8910f40ec95e4b19d69890543e247440f221 | |
parent | b055e67f96d69dc0d273588cafa1cab95d1cabea [diff] |
phy: ti-pipe3: Introduce mode property in driver data Introduce a mode property in the driver data so that we don't have to keep using "of_device_is_compatible()" throughtout the driver. No functional change. Signed-off-by: Roger Quadros <rogerq@ti.com>