ARM: dts: Add xo to sdhc clock node on qcom platforms
Add xo entry to sdhc clock node on all qcom platforms. Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
58432d74c9
commit
dfce073825
|
@ -521,8 +521,9 @@
|
||||||
interrupts = <0 123 0>, <0 138 0>;
|
interrupts = <0 123 0>, <0 138 0>;
|
||||||
interrupt-names = "hc_irq", "pwr_irq";
|
interrupt-names = "hc_irq", "pwr_irq";
|
||||||
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
|
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
|
||||||
<&gcc GCC_SDCC1_AHB_CLK>;
|
<&gcc GCC_SDCC1_AHB_CLK>,
|
||||||
clock-names = "core", "iface";
|
<&xo_board>;
|
||||||
|
clock-names = "core", "iface", "xo";
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
non-removable;
|
non-removable;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -536,8 +537,9 @@
|
||||||
interrupts = <0 125 0>, <0 221 0>;
|
interrupts = <0 125 0>, <0 221 0>;
|
||||||
interrupt-names = "hc_irq", "pwr_irq";
|
interrupt-names = "hc_irq", "pwr_irq";
|
||||||
clocks = <&gcc GCC_SDCC2_APPS_CLK>,
|
clocks = <&gcc GCC_SDCC2_APPS_CLK>,
|
||||||
<&gcc GCC_SDCC2_AHB_CLK>;
|
<&gcc GCC_SDCC2_AHB_CLK>,
|
||||||
clock-names = "core", "iface";
|
<&xo_board>;
|
||||||
|
clock-names = "core", "iface", "xo";
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
|
@ -228,14 +228,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
xo_board {
|
xo_board: xo_board {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
clock-frequency = <19200000>;
|
clock-frequency = <19200000>;
|
||||||
clock-output-names = "xo_board";
|
clock-output-names = "xo_board";
|
||||||
};
|
};
|
||||||
|
|
||||||
sleep_clk {
|
sleep_clk: sleep_clk {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
clock-frequency = <32764>;
|
clock-frequency = <32764>;
|
||||||
|
@ -405,9 +405,10 @@
|
||||||
interrupts = <0 125 0>, <0 221 0>;
|
interrupts = <0 125 0>, <0 221 0>;
|
||||||
interrupt-names = "hc_irq", "pwr_irq";
|
interrupt-names = "hc_irq", "pwr_irq";
|
||||||
|
|
||||||
clock-names = "iface", "core";
|
clock-names = "iface", "core", "xo";
|
||||||
clocks = <&gcc GCC_SDCC2_AHB_CLK>,
|
clocks = <&gcc GCC_SDCC2_AHB_CLK>,
|
||||||
<&gcc GCC_SDCC2_APPS_CLK>;
|
<&gcc GCC_SDCC2_APPS_CLK>,
|
||||||
|
<&xo_board>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue