-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'imx-dt-3.12' of git://git.linaro.org/people/shawnguo/linux…
…-2.6 into next/soc From Shawn Guo: It contains the imx device tree updates for 3.12. - New pinctrl entry additions for various peripherals - Devices enabling for imx6, imx5 and imx27 boards - Add missing device nodes like iim, owire, audmux and sram, etc. - Various updates on boards like phytec, wandboard and sabresd - Consolidate pad macros between imx6q and imx6dl * tag 'imx-dt-3.12' of git://git.linaro.org/people/shawnguo/linux-2.6: (92 commits) ARM: dts: vf610-twr: enable i2c0 device ARM: dts: i.MX51: Add one more I2C2 pinmux entry ARM: dts: i.MX51: Move pins configuration under "iomuxc" label ARM: dtsi: imx6qdl-sabresd: Add USB OTG vbus pin to pinctrl_hog ARM: dtsi: imx6qdl-sabresd: Add USB host 1 VBUS regulator ARM: dts: imx27-phytec-phycore-som: Enable AUDMUX ARM: dts: i.MX27: Disable AUDMUX in the template ARM: dts: wandboard: Add support for SDIO bcm4329 ARM: i.MX5 clocks: Remove optional clock setup (CKIH1) from i.MX51 template ARM: dts: imx53-qsb: Make USBH1 functional ARM i.MX6Q: dts: Enable I2C1 with EEPROM and PMIC on Phytec phyFLEX-i.MX6 Ouad module ARM i.MX6Q: dts: Enable SPI NOR flash on Phytec phyFLEX-i.MX6 Ouad module ARM: dts: imx6qdl-sabresd: Add touchscreen support ARM: imx: add ocram clock for imx53 ARM: dts: imx: ocram size is different between imx6q and imx6dl ARM: dts: imx27-phytec-phycore-som: Fix regulator settings ARM: dts: i.MX27: Remove clock name from CPU node ARM: dts: i.MX27: Increase "clock-latency" value ARM: dts: i.MX27: Add label to CPU node ARM: dts: i.MX27: Remove optional "ptp" clock source for FEC ... Signed-off-by: Kevin Hilman <khilman@linaro.org>
- Loading branch information
Showing
37 changed files
with
4,201 additions
and
3,231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,6 +197,7 @@ clocks and IDs. | |
spdif0_gate 183 | ||
spdif1_gate 184 | ||
spdif_ipg_gate 185 | ||
ocram 186 | ||
|
||
Examples (for mx53): | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
/* | ||
* Copyright 2012 Markus Pargmann, Pengutronix | ||
* | ||
* 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 | ||
*/ | ||
|
||
#include "imx27-phytec-phycard-s-som.dts" | ||
|
||
/ { | ||
model = "Phytec pca100 rapid development kit"; | ||
compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27"; | ||
|
||
display: display { | ||
model = "Primeview-PD050VL1"; | ||
native-mode = <&timing0>; | ||
bits-per-pixel = <16>; /* non-standard but required */ | ||
fsl,pcr = <0xf0c88080>; /* non-standard but required */ | ||
display-timings { | ||
timing0: 640x480 { | ||
hactive = <640>; | ||
vactive = <480>; | ||
hback-porch = <112>; | ||
hfront-porch = <36>; | ||
hsync-len = <32>; | ||
vback-porch = <33>; | ||
vfront-porch = <33>; | ||
vsync-len = <2>; | ||
clock-frequency = <25000000>; | ||
}; | ||
}; | ||
}; | ||
|
||
regulators { | ||
compatible = "simple-bus"; | ||
|
||
reg_3v3: 3v3 { | ||
compatible = "regulator-fixed"; | ||
regulator-name = "3V3"; | ||
regulator-min-microvolt = <3300000>; | ||
regulator-max-microvolt = <3300000>; | ||
regulator-always-on; | ||
}; | ||
}; | ||
}; | ||
|
||
&fb { | ||
display = <&display>; | ||
status = "okay"; | ||
}; | ||
|
||
&i2c1 { | ||
status = "okay"; | ||
|
||
rtc@51 { | ||
compatible = "nxp,pcf8563"; | ||
reg = <0x51>; | ||
}; | ||
|
||
adc@64 { | ||
compatible = "maxim,max1037"; | ||
vcc-supply = <®_3v3>; | ||
reg = <0x64>; | ||
}; | ||
}; | ||
|
||
&owire { | ||
status = "okay"; | ||
}; | ||
|
||
&sdhci2 { | ||
cd-gpios = <&gpio3 29 0>; | ||
status = "okay"; | ||
}; | ||
|
||
&uart1 { | ||
fsl,uart-has-rtscts; | ||
status = "okay"; | ||
}; | ||
|
||
&uart2 { | ||
fsl,uart-has-rtscts; | ||
status = "okay"; | ||
}; | ||
|
||
&uart3 { | ||
fsl,uart-has-rtscts; | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* | ||
* Copyright 2012 Sascha Hauer, Uwe Kleine-König, Steffen Trumtrar | ||
* and Markus Pargmann, Pengutronix | ||
* | ||
* 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 | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "imx27.dtsi" | ||
|
||
/ { | ||
model = "Phytec pca100"; | ||
compatible = "phytec,imx27-pca100", "fsl,imx27"; | ||
|
||
memory { | ||
reg = <0xa0000000 0x08000000>; /* 128MB */ | ||
}; | ||
}; | ||
|
||
&cspi1 { | ||
fsl,spi-num-chipselects = <2>; | ||
cs-gpios = <&gpio4 28 0>, | ||
<&gpio4 27 0>; | ||
status = "okay"; | ||
}; | ||
|
||
&fec { | ||
status = "okay"; | ||
}; | ||
|
||
&i2c2 { | ||
status = "okay"; | ||
|
||
at24@52 { | ||
compatible = "at,24c32"; | ||
pagesize = <32>; | ||
reg = <0x52>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.