diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-06 07:03:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-06 07:03:07 -0400 |
commit | 290ac3bb1a1fbd85abcecfd8ff8cb837029d067a (patch) | |
tree | 4c39ddea7744e46fb15c778f394a77f55bd28a84 /arch/arm/dts/sun4i-a10-hackberry.dts | |
parent | f1737152c01734749c3694d30e1aa86ab28f374e (diff) | |
parent | 277af820b5207d43473869da2c86412d2b51d461 (diff) |
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/dts/sun4i-a10-hackberry.dts')
-rw-r--r-- | arch/arm/dts/sun4i-a10-hackberry.dts | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/dts/sun4i-a10-hackberry.dts b/arch/arm/dts/sun4i-a10-hackberry.dts index f4437883fb..2b17c51991 100644 --- a/arch/arm/dts/sun4i-a10-hackberry.dts +++ b/arch/arm/dts/sun4i-a10-hackberry.dts @@ -18,11 +18,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA - * * Or, alternatively, * * b) Permission is hereby granted, free of charge, to any person @@ -91,9 +86,13 @@ status = "okay"; }; +&emac_sram { + status = "okay"; +}; + &ir0 { pinctrl-names = "default"; - pinctrl-0 = <&ir0_pins_a>; + pinctrl-0 = <&ir0_rx_pins_a>; status = "okay"; }; |