mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: g12a/b: config hw rng with dts [1/1]
PD#OTT-2062 Problem: Boot up time with power cable is longer than boot up with usb cable Solution: config hw rng with dts Verify: android p + u212 Change-Id: I61613e945dbc9be06f2cbb29aae5043c84fca1de Signed-off-by: Chao Liu <chao.liu@amlogic.com>
This commit is contained in:
@@ -1822,6 +1822,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
rng {
|
||||
compatible = "amlogic,meson-rng";
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0xff630218 0x4>;
|
||||
quality = /bits/ 16 <1000>;
|
||||
};
|
||||
|
||||
efuse: efuse{
|
||||
compatible = "amlogic, efuse";
|
||||
read_cmd = <0x82000030>;
|
||||
|
||||
@@ -1824,6 +1824,15 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
rng {
|
||||
compatible = "amlogic,meson-rng";
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0xff630218 0x4>;
|
||||
quality = /bits/ 16 <1000>;
|
||||
};
|
||||
|
||||
ddr_bandwidth {
|
||||
compatible = "amlogic, ddr-bandwidth";
|
||||
status = "okay";
|
||||
|
||||
@@ -1822,6 +1822,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
rng {
|
||||
compatible = "amlogic,meson-rng";
|
||||
status = "okay";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
reg = <0x0 0xff630218 0x0 0x4>;
|
||||
quality = /bits/ 16 <1000>;
|
||||
};
|
||||
|
||||
efuse: efuse{
|
||||
compatible = "amlogic, efuse";
|
||||
read_cmd = <0x82000030>;
|
||||
|
||||
@@ -1824,6 +1824,15 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
rng {
|
||||
compatible = "amlogic,meson-rng";
|
||||
status = "okay";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
reg = <0x0 0xff630218 0x0 0x4>;
|
||||
quality = /bits/ 16 <1000>;
|
||||
};
|
||||
|
||||
ddr_bandwidth {
|
||||
compatible = "amlogic, ddr-bandwidth";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user