|
|
@@ -12,19 +12,7 @@
|
|
|
device_type = "memory";
|
|
|
};
|
|
|
|
|
|
- reserved-memory {
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
- ranges;
|
|
|
- rsvd@41200000 {
|
|
|
- reg = <0x41200000 0x300000>;
|
|
|
- no-map;
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
aliases {
|
|
|
- serial0 = &gsbi4_serial;
|
|
|
-
|
|
|
led-boot = &led_power;
|
|
|
led-failsafe = &led_power;
|
|
|
led-running = &led_power;
|
|
|
@@ -33,7 +21,7 @@
|
|
|
|
|
|
chosen {
|
|
|
bootargs = "console=ttyMSM0,115200n8";
|
|
|
- stdout-path = "serial0:115200n8";
|
|
|
+
|
|
|
append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */
|
|
|
find-rootblock = "ubi.mtd="; /* look for root deviceblock nbr in this bootarg */
|
|
|
};
|
|
|
@@ -89,20 +77,6 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
-&gsbi4 {
|
|
|
- qcom,mode = <GSBI_PROT_I2C_UART>;
|
|
|
- status = "okay";
|
|
|
- serial@16340000 {
|
|
|
- status = "okay";
|
|
|
- };
|
|
|
- /*
|
|
|
- * The i2c device on gsbi4 should not be enabled.
|
|
|
- * On ipq806x designs gsbi4 i2c is meant for exclusive
|
|
|
- * RPM usage. Turning this on in kernel manifests as
|
|
|
- * i2c failure for the RPM.
|
|
|
- */
|
|
|
-};
|
|
|
-
|
|
|
&usb3_0 {
|
|
|
status = "okay";
|
|
|
};
|