Skip to content

Commit 26109c7

Browse files
finley1226wzyy2
authored andcommitted
MINIARM: ARM: dts: rk3288: efuse: add package_info
Change-Id: I5c3b50996638bc05be73d0897739f352b6a72b77 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 28ae3e8 commit 26109c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
#cooling-cells = <2>; /* min followed by max */
102102
dynamic-power-coefficient = <322>;
103103
clocks = <&cru ARMCLK>;
104+
nvmem-cells = <&package_info>;
105+
nvmem-cell-names = "package_info";
104106
};
105107
cpu1: cpu@501 {
106108
device_type = "cpu";
@@ -1563,6 +1565,9 @@
15631565
cpu_leakage: cpu_leakage@17 {
15641566
reg = <0x17 0x1>;
15651567
};
1568+
package_info: package-info {
1569+
reg = <0x05 0x1>;
1570+
};
15661571
};
15671572

15681573
gic: interrupt-controller@ffc01000 {

0 commit comments

Comments
 (0)