mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3288: enable iep clocks
This commit is contained in:
@@ -953,7 +953,7 @@
|
||||
reg = <0xff900000 0x800>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk_gates15 2>, <&clk_gates15 3>;
|
||||
clock_names = "aclk_iep", "hclk_iep";
|
||||
clock-names = "aclk_iep", "hclk_iep";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "hw_iep_reg.h"
|
||||
|
||||
#define IEP_MAJOR 255
|
||||
//#define IEP_CLK_ENABLE
|
||||
#define IEP_CLK_ENABLE
|
||||
//#define IEP_TEST_CASE
|
||||
|
||||
//#undef dmac_flush_range
|
||||
@@ -872,8 +872,8 @@ err_irq:
|
||||
devm_release_mem_region(&pdev->dev, res->start, resource_size(res));
|
||||
}
|
||||
err_ioremap:
|
||||
err_clock:
|
||||
wake_lock_destroy(&data->wake_lock);
|
||||
err_clock:
|
||||
kfree(data);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user