diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-03 14:06:13 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:04:40 +0200 |
commit | 7fb2afc781cdc4db2d16b65bdee98dc615f4df20 (patch) | |
tree | 60d49979eaa298e713b2d41e6b68cc7348f24624 /arch/arm/boot/dts/ste-snowball.dts | |
parent | ARM: ux500: Supply the USB clock lookup to the DBX500 DT (diff) | |
download | linux-7fb2afc781cdc4db2d16b65bdee98dc615f4df20.tar.xz linux-7fb2afc781cdc4db2d16b65bdee98dc615f4df20.zip |
ARM: ux500: Supply the Ethernet clock lookup to Snowball's DT
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index acf99ece8499..3abec3205f13 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -111,12 +111,13 @@ vdd33a-supply = <&en_3v3_reg>; vddvario-supply = <&db8500_vape_reg>; - reg-shift = <1>; reg-io-width = <2>; smsc,force-internal-phy; smsc,irq-active-high; smsc,irq-push-pull; + + clocks = <&prcc_pclk 3 0>; }; }; |