mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
dts: TL1: defendkey: support secure upgrade check [3/4]
PD#SWPL-5002 Problem: TL1 need to support defendkey secure upgrade check Solution: 1.add defendkey support in TL1 dts Verify: TL1 skt board verify pass Change-Id: If77408e86f10a25ab2aee29d81550c8dff1a486e Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
This commit is contained in:
@@ -1410,6 +1410,12 @@
|
||||
query_licence_cmd = <0x82000050>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
defendkey: defendkey {
|
||||
compatible = "amlogic, defendkey";
|
||||
mem_size = <0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
}; /* end of / */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
@@ -1391,6 +1391,12 @@
|
||||
query_licence_cmd = <0x82000050>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
defendkey: defendkey {
|
||||
compatible = "amlogic, defendkey";
|
||||
mem_size = <0 0x100000>;
|
||||
status = "okay";
|
||||
};
|
||||
}; /* end of / */
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
Reference in New Issue
Block a user