mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: correct px3se codec interrupt number
From the datasheet, the built-in codec interrupt number should be 64 = 96 - 32. Change-Id: I8078949fe57ce3c87867a8f2853efba8fce0a634 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
ecfd04800a
commit
0fa6eee801
@@ -851,7 +851,7 @@
|
||||
codec: codec@20030000 {
|
||||
compatible = "rockchip,rk3128-codec";
|
||||
reg = <0x20030000 0x4000>;
|
||||
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
|
||||
boot_depop = <1>;
|
||||
pa_enable_time = <1000>;
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Reference in New Issue
Block a user