|
@@ -1124,6 +1124,7 @@
|
|
compatible = "atmel,at91sam9rl-pwm";
|
|
compatible = "atmel,at91sam9rl-pwm";
|
|
reg = <0xf8034000 0x300>;
|
|
reg = <0xf8034000 0x300>;
|
|
interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
|
|
interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
|
|
|
|
+ clocks = <&pwm_clk>;
|
|
#pwm-cells = <3>;
|
|
#pwm-cells = <3>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
@@ -1155,8 +1156,7 @@
|
|
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
|
|
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
|
|
reg = <0x00600000 0x100000>;
|
|
reg = <0x00600000 0x100000>;
|
|
interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>;
|
|
interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>;
|
|
- clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>,
|
|
|
|
- <&uhpck>;
|
|
|
|
|
|
+ clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;
|
|
clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck";
|
|
clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck";
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|