arm: dts: rk3288-android: use secure efuse

Use a new compatible to match secure interface
when kernel is in no-secure mode.

Change-Id: I3994b2c86bb9e221f102766c2d1a341930628b5d
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2017-04-05 17:59:41 +08:00
committed by Huang, Tao
parent 28ce472032
commit 7f1808a6e2

View File

@@ -216,6 +216,10 @@
reg = <0xff600000 0x4000>;
};
&efuse {
compatible = "rockchip,rk3288-secure-efuse";
};
&rga {
compatible = "rockchip,rga2";
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>;