mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3838 from stefansaraev/wetek
wetek_play: set scaling_max_freq=1512000
This commit is contained in:
commit
62f90ad964
@ -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";
|
||||
+ };
|
||||
|
||||
/// ***************************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user