Merge pull request #3838 from stefansaraev/wetek

wetek_play: set scaling_max_freq=1512000
This commit is contained in:
Stefan Saraev 2015-01-26 00:39:15 +02:00
commit 62f90ad964

View File

@ -7,7 +7,7 @@ index 3fc5e4e..3d3601f 100755
#address-cells = <1>;
#size-cells = <1>;
+ chosen {
+ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 BOOT_IMAGE=kernel.img console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1500000 systemd.show_status=auto";
+ bootargs = "root=/dev/ram0 rdinit=/init boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 BOOT_IMAGE=kernel.img console=tty0 consoleblank=0 scaling_governor=hotplug scaling_min_freq=200000 scaling_max_freq=1512000 systemd.show_status=auto";
+ };
/// ***************************************************************************************