mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user