Do not disable VCCIO for the PC2 shutdown

This commit is contained in:
zador-blood-stained 2017-02-12 00:48:32 +03:00
parent ce13aec6bf
commit 3a5610026c

View File

@ -36,7 +36,7 @@ index ec26248..ed53871 100644
+ reg &= ~(0x1 << 9);
+ mmio_write_32(0x01f02c00 + 0x10, reg);
+
+ /* Disable I/O regulator: PL5 to low */
+ /* Disable I/O regulator: PL5 to low - Edit: not needed
+ reg = mmio_read_32(0x01f02c00 + 0x00);
+ reg &= ~(0x7 << 20);
+ reg |= (0x1 << 20);
@ -44,7 +44,7 @@ index ec26248..ed53871 100644
+
+ reg = mmio_read_32(0x01f02c00 + 0x10);
+ reg &= ~(0x1 << 5);
+ mmio_write_32(0x01f02c00 + 0x10, reg);
+ mmio_write_32(0x01f02c00 + 0x10, reg); */
+
+ /* Disable CPU regulator: PL8 to low */
+ reg = mmio_read_32(0x01f02c00 + 0x04);