mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r7s72100: add usb clocks to device tree
This adds the USB0 and USB1 clocks to the device tree. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
c6a4b9442d
commit
9907a4a00f
|
@ -144,9 +144,9 @@ mstp7_clks: mstp7_clks@fcfe0430 {
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
|
compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
|
||||||
reg = <0xfcfe0430 4>;
|
reg = <0xfcfe0430 4>;
|
||||||
clocks = <&b_clk>;
|
clocks = <&b_clk>, <&p1_clk>, <&p1_clk>;
|
||||||
clock-indices = <R7S72100_CLK_ETHER>;
|
clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>;
|
||||||
clock-output-names = "ether";
|
clock-output-names = "ether", "usb0", "usb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
mstp8_clks: mstp8_clks@fcfe0434 {
|
mstp8_clks: mstp8_clks@fcfe0434 {
|
||||||
|
|
Loading…
Reference in New Issue