Skip to content

Commit b9b1227

Browse files
finley1226yihsin-hung
authored andcommitted
ARM: dts: rk3288: efuse: add package_info
Change-Id: I5c3b50996638bc05be73d0897739f352b6a72b77 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 2fe451d commit b9b1227

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
@@ -96,6 +96,8 @@
9696
operating-points-v2 = <&cpu0_opp_table>;
9797
#cooling-cells = <2>; /* min followed by max */
9898
clocks = <&cru ARMCLK>;
99+
nvmem-cells = <&package_info>;
100+
nvmem-cell-names = "package_info";
99101
};
100102
cpu1: cpu@501 {
101103
device_type = "cpu";
@@ -1330,6 +1332,9 @@
13301332
cpu_leakage: cpu_leakage@17 {
13311333
reg = <0x17 0x1>;
13321334
};
1335+
package_info: package-info {
1336+
reg = <0x05 0x1>;
1337+
};
13331338
};
13341339

13351340
usbphy: phy {

0 commit comments

Comments
 (0)