mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04:00
Merge tag 'uniphier-dt-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into next/dt
UniPhier ARM SoC DT updates for v4.18 - add more properties to ethernet nodes * tag 'uniphier-dt-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier: ARM: dts: uniphier: add syscon-phy-mode property to each ethernet node ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -286,7 +286,7 @@ usb3: usb@5a810100 {
|
||||
has-transaction-translator;
|
||||
};
|
||||
|
||||
soc-glue@5f800000 {
|
||||
soc_glue: soc-glue@5f800000 {
|
||||
compatible = "socionext,uniphier-pro4-soc-glue",
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x5f800000 0x2000>;
|
||||
@@ -371,10 +371,14 @@ eth: ethernet@65000000 {
|
||||
interrupts = <0 66 4>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
||||
clocks = <&sys_clk 6>;
|
||||
resets = <&sys_rst 6>;
|
||||
clock-names = "gio", "ether", "ether-gb", "ether-phy";
|
||||
clocks = <&sys_clk 12>, <&sys_clk 6>, <&sys_clk 7>,
|
||||
<&sys_clk 10>;
|
||||
reset-names = "gio", "ether";
|
||||
resets = <&sys_rst 12>, <&sys_rst 6>;
|
||||
phy-mode = "rgmii";
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
socionext,syscon-phy-mode = <&soc_glue 0>;
|
||||
|
||||
mdio: mdio {
|
||||
#address-cells = <1>;
|
||||
|
||||
@@ -506,10 +506,13 @@ eth: ethernet@65000000 {
|
||||
interrupts = <0 66 4>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
||||
clock-names = "ether";
|
||||
clocks = <&sys_clk 6>;
|
||||
reset-names = "ether";
|
||||
resets = <&sys_rst 6>;
|
||||
phy-mode = "rgmii";
|
||||
local-mac-address = [00 00 00 00 00 00];
|
||||
socionext,syscon-phy-mode = <&soc_glue 0>;
|
||||
|
||||
mdio: mdio {
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user