diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2016-04-13 11:44:15 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-14 23:39:34 +0300 |
commit | 71815b1825d64c15ca25d4aa3cbad10b02d3981e (patch) | |
tree | cf3541a8e9fb8789447ca8f46f88bf07da4fb88a /arch/arm/boot/dts/am335x-chilisom.dtsi | |
parent | 8010f13a40d3920d30c824e4b3ee0c6d298a7a8a (diff) | |
download | linux-71815b1825d64c15ca25d4aa3cbad10b02d3981e.tar.xz |
ARM: dts: am335x-chili*: Move uart0 description from SOM to board
uart0 configuration code has been in SOM. However, it is possible to
use all (or none) of 6 uart's of AM335x processor present on ChiliSOM.
This fix moves declaration of uart0 from ChiliSOM to ChiliBoard, because
use of uart is strictly board-specific.
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-chilisom.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-chilisom.dtsi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/am335x-chilisom.dtsi b/arch/arm/boot/dts/am335x-chilisom.dtsi index e48c28236baa..de98bd4fd0d9 100644 --- a/arch/arm/boot/dts/am335x-chilisom.dtsi +++ b/arch/arm/boot/dts/am335x-chilisom.dtsi @@ -35,13 +35,6 @@ >; }; - uart0_pins: pinmux_uart0_pins { - pinctrl-single,pins = < - AM33XX_IOPAD(0x970, PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_rxd.uart0_rxd */ - AM33XX_IOPAD(0x974, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_txd.uart0_txd */ - >; - }; - cpsw_default: cpsw_default { pinctrl-single,pins = < /* Slave 1 */ @@ -109,13 +102,6 @@ }; }; -&uart0 { - pinctrl-names = "default"; - pinctrl-0 = <&uart0_pins>; - - status = "okay"; -}; - &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins>; |