Skip to content

Commit

Permalink
ARM: dts: AM33XX: Set pinmux for clkout2 pad used for clock output
Browse files Browse the repository at this point in the history
xdma_event_intr1.clkout2 pad can be used to source clock
from either 32K OSC or any of the PLL (except MPU) outputs.
On the existing AM335x based boards (EVM, EVM-SK and Bone),
this pad is used to feed the clock to audio codes.

So, this patch configures the pinmux to get clkout2 on the pad.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Vaibhav Hiremath authored and Benoit Cousson committed Jun 18, 2013
1 parent 9f2fbe1 commit 4d92757
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion arch/arm/boot/dts/am335x-bone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

am33xx_pinmux: pinmux@44e10800 {
pinctrl-names = "default";
pinctrl-0 = <>;
pinctrl-0 = <&clkout2_pin>;

user_leds_s0: user_leds_s0 {
pinctrl-single,pins = <
Expand All @@ -50,6 +50,12 @@
0x174 0x00 /* uart0_txd.uart0_txd PULLDOWN | MODE0 */
>;
};

clkout2_pin: pinmux_clkout2_pin {
pinctrl-single,pins = <
0x1b4 0x03 /* xdma_event_intr1.clkout2 OMAP_MUX_MODE3 | AM33XX_PIN_OUTPUT */
>;
};
};

ocp {
Expand Down
8 changes: 7 additions & 1 deletion arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

am33xx_pinmux: pinmux@44e10800 {
pinctrl-names = "default";
pinctrl-0 = <&matrix_keypad_s0 &volume_keys_s0>;
pinctrl-0 = <&matrix_keypad_s0 &volume_keys_s0 &clkout2_pin>;

matrix_keypad_s0: matrix_keypad_s0 {
pinctrl-single,pins = <
Expand Down Expand Up @@ -65,6 +65,12 @@
0x174 0x00 /* uart0_txd.uart0_txd PULLDOWN | MODE0 */
>;
};

clkout2_pin: pinmux_clkout2_pin {
pinctrl-single,pins = <
0x1b4 0x03 /* xdma_event_intr1.clkout2 OMAP_MUX_MODE3 | AM33XX_PIN_OUTPUT */
>;
};
};

ocp {
Expand Down
8 changes: 7 additions & 1 deletion arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

am33xx_pinmux: pinmux@44e10800 {
pinctrl-names = "default";
pinctrl-0 = <&gpio_keys_s0>;
pinctrl-0 = <&gpio_keys_s0 &clkout2_pin>;

user_leds_s0: user_leds_s0 {
pinctrl-single,pins = <
Expand Down Expand Up @@ -65,6 +65,12 @@
0x174 0x00 /* uart0_txd.uart0_txd PULLDOWN | MODE0 */
>;
};

clkout2_pin: pinmux_clkout2_pin {
pinctrl-single,pins = <
0x1b4 0x03 /* xdma_event_intr1.clkout2 OMAP_MUX_MODE3 | AM33XX_PIN_OUTPUT */
>;
};
};

ocp {
Expand Down

0 comments on commit 4d92757

Please sign in to comment.