Skip to content

Commit 0fa6eee

Browse files
ZhengShunQianrkhuangtao
authored andcommitted
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>
1 parent ecfd048 commit 0fa6eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rk312x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
codec: codec@20030000 {
852852
compatible = "rockchip,rk3128-codec";
853853
reg = <0x20030000 0x4000>;
854-
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
854+
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
855855
boot_depop = <1>;
856856
pa_enable_time = <1000>;
857857
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)