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:
Shunqian Zheng
2018-06-21 17:07:27 +08:00
committed by Tao Huang
parent ecfd04800a
commit 0fa6eee801

View File

@@ -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>;