isp: check chip whether contain isp module [2/2]

PD#SWPL-7761

Problem:
S922X revb boot up fail

Solution:
add check function

Verify:
test pass at g12b revb

Change-Id: I6a6842a3578f2a9bd4d6879a0f9632a28c099afb
Signed-off-by: Guosong Zhou <guosong.zhou@amlogic.com>
This commit is contained in:
Guosong Zhou
2019-04-26 05:26:10 -04:00
committed by Luan Yuan
parent 89f4f91e15
commit f7d5e1dcd4
4 changed files with 4 additions and 0 deletions

View File

@@ -1885,6 +1885,7 @@
compatible = "arm, isp";
reg = <0xff140000 0x00040000>;
reg-names = "ISP";
isp-efuse = <0xff630038 0x4000>;
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;

View File

@@ -1879,6 +1879,7 @@
compatible = "arm, isp";
reg = <0xff140000 0x00040000>;
reg-names = "ISP";
isp-efuse = <0xff630038 0x4000>;
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;

View File

@@ -1885,6 +1885,7 @@
compatible = "arm, isp";
reg = <0x0 0xff140000 0x0 0x00040000>;
reg-names = "ISP";
isp-efuse = <0xff630038 0x4000>;
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;

View File

@@ -1879,6 +1879,7 @@
compatible = "arm, isp";
reg = <0x0 0xff140000 0x0 0x00040000>;
reg-names = "ISP";
isp-efuse = <0xff630038 0x4000>;
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;