Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db84c038 authored by Maxime Ripard's avatar Maxime Ripard Committed by Shawn Guo
Browse files

ARM: dts: mxs: Add the second I2C adapter to the CFA10049 expansion board

parent de7e934f
Loading
Loading
Loading
Loading
+31 −0
Original line number Original line Diff line number Diff line
/*
 * Copyright 2012 Free Electrons
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

/*
 * The CFA-10049 is an expansion board for the CFA-10036 module, thus we
 * need to include the CFA-10036 DTS.
 */
/include/ "imx28-cfa10036.dts"

/ {
	model = "Crystalfontz CFA-10049 Board";
	compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28";

	apb@80000000 {
		apbx@80040000 {
			i2c1: i2c@8005a000 {
				pinctrl-names = "default";
				pinctrl-0 = <&i2c1_pins_a>;
				status = "okay";
			};
		};
	};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,7 @@ dtb-y += imx23-evk.dtb \
	 imx23-stmp378x_devb.dtb \
	 imx23-stmp378x_devb.dtb \
	 imx28-apx4devkit.dtb \
	 imx28-apx4devkit.dtb \
	 imx28-cfa10036.dtb \
	 imx28-cfa10036.dtb \
	 imx28-cfa10049.dtb \
	 imx28-evk.dtb \
	 imx28-evk.dtb \
	 imx28-m28evk.dtb \
	 imx28-m28evk.dtb \
	 imx28-tx28.dtb \
	 imx28-tx28.dtb \