3036: fix pwm dts tree

This commit is contained in:
许盛飞
2014-07-04 10:38:48 +08:00
parent 9ae7ce1331
commit e524362fcd

View File

@@ -247,7 +247,7 @@
//pinctrl-0 = <&spdif_tx>;
};
pwm: pwm@20050000 {
pwm0: pwm@20050000 {
compatible = "rockchip,rk-pwm";
reg = <0x20050000 0x10>;
#pwm-cells = <2>;
@@ -258,6 +258,39 @@
status = "disabled";
};
pwm1: pwm@20050010 {
compatible = "rockchip,rk-pwm";
reg = <0x20050010 0x10>;
#pwm-cells = <2>;
//pinctrl-names = "default";
//pinctrl-0 = <&pwm_pin>;
clocks = <&clk_gates7 10>;
clock-names = "pclk_pwm";
status = "disabled";
};
pwm2: pwm@20050020 {
compatible = "rockchip,rk-pwm";
reg = <0x20050020 0x10>;
#pwm-cells = <2>;
//pinctrl-names = "default";
//pinctrl-0 = <&pwm_pin>;
clocks = <&clk_gates7 10>;
clock-names = "pclk_pwm";
status = "disabled";
};
pwm3: pwm@20050030 {
compatible = "rockchip,rk-pwm";
reg = <0x20050030 0x10>;
#pwm-cells = <2>;
//pinctrl-names = "default";
//pinctrl-0 = <&pwm_pin>;
clocks = <&clk_gates7 10>;
clock-names = "pclk_pwm";
status = "disabled";
};
emmc: rksdmmc@1021c000 {
compatible = "rockchip,rk_mmc", "rockchip,rk3036-sdmmc";
reg = <0x1021c000 0x4000>;