mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
ARM: socfpga: Repair incorrectly applied MCV patch
For whatever reason, this patch was not applied verbatim and had all tabs replaced with spaces. Replace them back by a quick sed. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alan Tull <atull@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Olof Johansson <olof@lixom.net> Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de> Cc: Thor Thayer <tthayer@altera.com> Cc: Vince Bridgers <vbridgers2013@gmail.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
34a315883f
commit
dfd35b779d
@ -18,16 +18,16 @@
|
|||||||
#include "socfpga_cyclone5.dtsi"
|
#include "socfpga_cyclone5.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "DENX MCV";
|
model = "DENX MCV";
|
||||||
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
|
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
name = "memory";
|
name = "memory";
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x40000000>; /* 1 GiB */
|
reg = <0x0 0x40000000>; /* 1 GiB */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 { /* On-SoM eMMC */
|
&mmc0 { /* On-SoM eMMC */
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
};
|
};
|
||||||
|
@ -18,77 +18,77 @@
|
|||||||
#include "socfpga_cyclone5_mcv.dtsi"
|
#include "socfpga_cyclone5_mcv.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "DENX MCV EVK";
|
model = "DENX MCV EVK";
|
||||||
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
|
compatible = "altr,socfpga-cyclone5", "altr,socfpga";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
ethernet0 = &gmac0;
|
ethernet0 = &gmac0;
|
||||||
stmpe-i2c0 = &stmpe1;
|
stmpe-i2c0 = &stmpe1;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "serial0:115200n8";
|
stdout-path = "serial0:115200n8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&can0 {
|
&can0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&can1 {
|
&can1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac0 {
|
&gmac0 {
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio0 { /* GPIO 0 ... 28 */
|
&gpio0 { /* GPIO 0 ... 28 */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio1 { /* GPIO 29 ... 57 */
|
&gpio1 { /* GPIO 29 ... 57 */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio2 { /* GPIO 58..66 (HLGPI 0..13 at offset 13) */
|
&gpio2 { /* GPIO 58..66 (HLGPI 0..13 at offset 13) */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
speed-mode = <0>;
|
speed-mode = <0>;
|
||||||
|
|
||||||
stmpe1: stmpe811@41 {
|
stmpe1: stmpe811@41 {
|
||||||
compatible = "st,stmpe811";
|
compatible = "st,stmpe811";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <0x41>;
|
reg = <0x41>;
|
||||||
id = <0>;
|
id = <0>;
|
||||||
blocks = <0x5>;
|
blocks = <0x5>;
|
||||||
irq-gpio = <&portb 28 0x4>; /* GPIO 57, trig. level HI */
|
irq-gpio = <&portb 28 0x4>; /* GPIO 57, trig. level HI */
|
||||||
|
|
||||||
stmpe_touchscreen {
|
stmpe_touchscreen {
|
||||||
compatible = "st,stmpe-ts";
|
compatible = "st,stmpe-ts";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
ts,sample-time = <4>;
|
ts,sample-time = <4>;
|
||||||
ts,mod-12b = <1>;
|
ts,mod-12b = <1>;
|
||||||
ts,ref-sel = <0>;
|
ts,ref-sel = <0>;
|
||||||
ts,adc-freq = <1>;
|
ts,adc-freq = <1>;
|
||||||
ts,ave-ctrl = <1>;
|
ts,ave-ctrl = <1>;
|
||||||
ts,touch-det-delay = <3>;
|
ts,touch-det-delay = <3>;
|
||||||
ts,settling = <4>;
|
ts,settling = <4>;
|
||||||
ts,fraction-z = <7>;
|
ts,fraction-z = <7>;
|
||||||
ts,i-drive = <1>;
|
ts,i-drive = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&usb1 {
|
&usb1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user