summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi
diff options
context:
space:
mode:
authorHongmei Gou <a0271529@ti.com>2018-05-15 22:33:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-05-15 14:57:07 -0400
commit1e0a676fab0e7385cc7491945ec2d225953e5eee (patch)
tree2f5cb4b59a319f0755322c05301896dc91bee0fb /recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi
parentc334cabafd52de657e28074393951d4de666616d (diff)
downloadmeta-ti-1e0a676fab0e7385cc7491945ec2d225953e5eee.tar.gz
linux-ti-staging: ti-uio: rebase pru-uio mdio entries to use offset for reg
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi')
-rw-r--r--recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi b/recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi
index 71e05162..4228827e 100644
--- a/recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi
+++ b/recipes-kernel/linux/files/dra7xx/am571x-pru-uio.dtsi
@@ -8,7 +8,7 @@
8 clocks = <&dpll_gmac_h13x2_ck>; 8 clocks = <&dpll_gmac_h13x2_ck>;
9 clock-names = "fck"; 9 clock-names = "fck";
10 bus_freq = <1000000>; 10 bus_freq = <1000000>;
11 reg = <0x4b232400 0x90>; 11 reg = <0x32400 0x90>;
12 12
13 reset-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>; 13 reset-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>;
14 reset-delay-us = <2>; /* PHY datasheet states 1uS min */ 14 reset-delay-us = <2>; /* PHY datasheet states 1uS min */
@@ -119,7 +119,7 @@
119 clocks = <&dpll_gmac_h13x2_ck>; 119 clocks = <&dpll_gmac_h13x2_ck>;
120 clock-names = "fck"; 120 clock-names = "fck";
121 bus_freq = <1000000>; 121 bus_freq = <1000000>;
122 reg = <0x4b2b2400 0x90>; 122 reg = <0x32400 0x90>;
123 status = "okay"; 123 status = "okay";
124 124
125 reset-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>; 125 reset-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;