commit | cf6086472cc0b0318eaccd7aac5d9bf7e3612418 | [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 | 5015e9267a925de7628b6a21008737e108013e9c [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>