Skip to content

Commit 2cb50d3

Browse files
author
varigit
committed
Update operating-points to support reboot select wdog #1
1 parent aeb3fba commit 2cb50d3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

arch/arm/boot/dts/imx6qdl-var-som.dtsi

+10-1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,15 @@
247247
};
248248

249249
&cpu0 {
250+
operating-points = <
251+
/* kHz uV */
252+
1200000 1275000
253+
996000 1250000
254+
852000 1250000
255+
792000 1150000
256+
396000 1150000
257+
>;
258+
250259
arm-supply = <&sw1a_reg>;
251260
soc-supply = <&sw1c_reg>;
252261
pu-supply = <&pu_dummy>; /* use pu_dummy if VDDSOC share with VDDPU */
@@ -297,7 +306,7 @@
297306
fsl,cpu_pdnscr_iso2sw = <0x1>;
298307
fsl,cpu_pdnscr_iso = <0x1>;
299308
fsl,ldo-bypass = <1>; /* use ldo-bypass, u-boot will check it and configure */
300-
fsl,wdog-reset = <2>; /* watchdog select of reset source */
309+
fsl,wdog-reset = <1>; /* watchdog select of reset source */
301310
pu-supply = <&reg_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */
302311
};
303312

0 commit comments

Comments
 (0)