Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"
This reverts commit 894116bd0e
.
I applied the wrong version of this patch, correct
version coming up.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -452,9 +452,7 @@ static int gianfar_ptp_probe(struct platform_device *dev)
|
||||
err = -ENODEV;
|
||||
|
||||
etsects->caps = ptp_gianfar_caps;
|
||||
|
||||
if (get_of_u32(node, "fsl,cksel", &etsects->cksel))
|
||||
etsects->cksel = DEFAULT_CKSEL;
|
||||
etsects->cksel = DEFAULT_CKSEL;
|
||||
|
||||
if (get_of_u32(node, "fsl,tclk-period", &etsects->tclk_period) ||
|
||||
get_of_u32(node, "fsl,tmr-prsc", &etsects->tmr_prsc) ||
|
||||
|
Reference in New Issue
Block a user