mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
nand: support swupdate new boot layout [1/1]
PD#SWPL-177761 Problem: can't boot after update bl2 in kernel Solution: c3 spi nand buswidth can't 1 line, set to 4 lines Verify: C302X_AW402 C302X_AW409 C308L_AW429 Change-Id: Ib6d04a1d8d168023c56e5713d38452ada36353a6 Signed-off-by: zhikui.cui <zhikui.cui@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
a829de1142
commit
fd055ee363
@@ -1177,9 +1177,9 @@
|
||||
compatible = "spi-nand";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <24000000>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-max-frequency = <83000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
bl_mode = <2>; /* advance mode */
|
||||
fip_copies = <2>;
|
||||
info_p_mode = <1>; /* Info page on page 0 */
|
||||
|
||||
@@ -1165,9 +1165,9 @@
|
||||
compatible = "spi-nand";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <24000000>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-max-frequency = <83000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
bl_mode = <2>; /* advance mode */
|
||||
fip_copies = <2>;
|
||||
info_p_mode = <1>; /* Info page on page 0 */
|
||||
|
||||
@@ -1165,9 +1165,9 @@
|
||||
compatible = "spi-nand";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <24000000>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-max-frequency = <83000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
bl_mode = <2>; /* advance mode */
|
||||
fip_copies = <2>;
|
||||
info_p_mode = <1>; /* Info page on page 0 */
|
||||
|
||||
@@ -1165,9 +1165,9 @@
|
||||
compatible = "spi-nand";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <24000000>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-max-frequency = <83000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
bl_mode = <2>; /* advance mode */
|
||||
fip_copies = <4>;
|
||||
info_p_mode = <1>; /* Info page on page 0 */
|
||||
|
||||
@@ -1165,9 +1165,9 @@
|
||||
compatible = "spi-nand";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <24000000>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-max-frequency = <83000000>;
|
||||
spi-tx-bus-width = <4>;
|
||||
spi-rx-bus-width = <4>;
|
||||
bl_mode = <2>; /* advance mode */
|
||||
fip_copies = <4>;
|
||||
info_p_mode = <1>; /* Info page on page 0 */
|
||||
|
||||
Reference in New Issue
Block a user