File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5151 rockchip,low-temp = <0>;
5252 rockchip,low-temp-min-volt = <900000>;
5353
54- nvmem-cells = <&cpul_leakage>, <&specification_serial_number>;
54+ nvmem-cells = <&cpul_leakage>, <&specification_serial_number>,
55+ <&customer_demand>;
5556 nvmem-cell-names = "cpu_leakage",
56- "specification_serial_number";
57+ "specification_serial_number",
58+ "customer_demand";
5759 clocks = <&cru PLL_APLLL>;
5860 rockchip,avs-scale = <20>;
5961 rockchip,bin-scaling-sel = <
142144 rockchip,low-temp = <0>;
143145 rockchip,low-temp-min-volt = <900000>;
144146
145- nvmem-cells = <&cpub_leakage>, <&specification_serial_number>;
147+ nvmem-cells = <&cpub_leakage>, <&specification_serial_number>,
148+ <&customer_demand>;
146149 nvmem-cell-names = "cpu_leakage",
147- "specification_serial_number";
150+ "specification_serial_number",
151+ "customer_demand";
148152 clocks = <&cru PLL_APLLB>;
149153 rockchip,avs-scale = <8>;
150154 rockchip,bin-scaling-sel = <
Original file line number Diff line number Diff line change 14921492 wafer_info: wafer-info@1c {
14931493 reg = <0x1c 0x1>;
14941494 };
1495+ customer_demand: customer-demand@22 {
1496+ reg = <0x22 0x1>;
1497+ bits = <4 4>;
1498+ };
14951499 };
14961500
14971501 pmucru: pmu-clock-controller@ff750000 {
You can’t perform that action at this time.
0 commit comments