mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
IEP: revise the dtsi clock gate number.
Incorrect clock gate provided in previous commit. Signed-off-by: Alpha Lin <alpha.lin@rock-chips.com>
This commit is contained in:
@@ -1047,7 +1047,7 @@
|
||||
iommu_enabled = <0>;
|
||||
reg = <0x0 0xff900000 0x0 0x800>;
|
||||
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk_gates15 2>, <&clk_gates15 3>;
|
||||
clocks = <&clk_gates16 2>, <&clk_gates16 3>;
|
||||
clock-names = "aclk_iep", "hclk_iep";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user