Commit b04061e6 authored by Chris Zhong's avatar Chris Zhong Committed by Heiko Stuebner

ARM: dts: rockchip: move the public part to rk3288-evb common

Rk3288-evb-act8846 and rk3288-evb-rk808 are the power boards of
rk3288-evb, they provide the same power supply interface to the
motherboard. Sort out them, put the public part to rk3288-evb.dtsi,
such as gmac and cpu-supply, leaving only the power section.
Signed-off-by: default avatarChris Zhong <zyw@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 662513a1
...@@ -65,10 +65,6 @@ vcc_wl: vcc-wl { ...@@ -65,10 +65,6 @@ vcc_wl: vcc-wl {
}; };
}; };
&cpu0 {
cpu0-supply = <&vdd_cpu>;
};
&i2c0 { &i2c0 {
clock-frequency = <400000>; clock-frequency = <400000>;
......
...@@ -43,17 +43,6 @@ ...@@ -43,17 +43,6 @@
/ { / {
compatible = "rockchip,rk3288-evb-rk808", "rockchip,rk3288"; compatible = "rockchip,rk3288-evb-rk808", "rockchip,rk3288";
ext_gmac: external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
clock-output-names = "ext_gmac";
#clock-cells = <0>;
};
};
&cpu0 {
cpu0-supply = <&vdd_cpu>;
}; };
&i2c0 { &i2c0 {
...@@ -244,19 +233,3 @@ regulator-state-mem { ...@@ -244,19 +233,3 @@ regulator-state-mem {
}; };
}; };
}; };
&gmac {
phy-supply = <&vcc_phy>;
phy-mode = "rgmii";
clock_in_out = "input";
snps,reset-gpio = <&gpio4 7 0>;
snps,reset-active-low;
snps,reset-delays-us = <0 10000 1000000>;
assigned-clocks = <&cru SCLK_MAC>;
assigned-clock-parents = <&ext_gmac>;
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
};
...@@ -89,6 +89,13 @@ backlight { ...@@ -89,6 +89,13 @@ backlight {
pwms = <&pwm0 0 1000000 PWM_POLARITY_INVERTED>; pwms = <&pwm0 0 1000000 PWM_POLARITY_INVERTED>;
}; };
ext_gmac: external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
clock-output-names = "ext_gmac";
#clock-cells = <0>;
};
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>; #address-cells = <1>;
...@@ -160,6 +167,10 @@ vcc_sd: sdmmc-regulator { ...@@ -160,6 +167,10 @@ vcc_sd: sdmmc-regulator {
}; };
}; };
&cpu0 {
cpu0-supply = <&vdd_cpu>;
};
&emmc { &emmc {
broken-cd; broken-cd;
bus-width = <8>; bus-width = <8>;
...@@ -172,11 +183,6 @@ &emmc { ...@@ -172,11 +183,6 @@ &emmc {
status = "okay"; status = "okay";
}; };
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "okay";
};
&sdmmc { &sdmmc {
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
...@@ -191,6 +197,27 @@ &sdmmc { ...@@ -191,6 +197,27 @@ &sdmmc {
vqmmc-supply = <&vccio_sd>; vqmmc-supply = <&vccio_sd>;
}; };
&gmac {
phy-supply = <&vcc_phy>;
phy-mode = "rgmii";
clock_in_out = "input";
snps,reset-gpio = <&gpio4 7 0>;
snps,reset-active-low;
snps,reset-delays-us = <0 10000 1000000>;
assigned-clocks = <&cru SCLK_MAC>;
assigned-clock-parents = <&ext_gmac>;
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
tx_delay = <0x30>;
rx_delay = <0x10>;
status = "ok";
};
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "okay";
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
}; };
......
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