Commit 5c04ad85 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

ARM: armada-38x-solidrun-microsom: move i2c0 to SOM DT

Move the i2c0 controller properties to the SOM .dtsi. This is
preparation for adding an i2c device at the SOM level.

Cc: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent aecc3134
...@@ -111,11 +111,6 @@ &eth2 { ...@@ -111,11 +111,6 @@ &eth2 {
}; };
&i2c0 { &i2c0 {
clock-frequency = <400000>;
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
/* /*
* PCA9655 GPIO expander, up to 1MHz clock. * PCA9655 GPIO expander, up to 1MHz clock.
* 0-CON3 CLKREQ# * 0-CON3 CLKREQ#
......
...@@ -140,11 +140,6 @@ usb3_phy: usb3-phy { ...@@ -140,11 +140,6 @@ usb3_phy: usb3-phy {
soc { soc {
internal-regs { internal-regs {
i2c@11000 { i2c@11000 {
clock-frequency = <400000>;
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
/* /*
* PCA9655 GPIO expander, up to 1MHz clock. * PCA9655 GPIO expander, up to 1MHz clock.
* 0-Board Revision bit 0 # * 0-Board Revision bit 0 #
......
...@@ -71,6 +71,13 @@ phy_dedicated: ethernet-phy@0 { ...@@ -71,6 +71,13 @@ phy_dedicated: ethernet-phy@0 {
}; };
}; };
&i2c0 {
clock-frequency = <400000>;
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
};
&pinctrl { &pinctrl {
microsom_phy_clk_pins: microsom-phy-clk-pins { microsom_phy_clk_pins: microsom-phy-clk-pins {
marvell,pins = "mpp45"; marvell,pins = "mpp45";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment