Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57dcfa56 authored by John Keeping's avatar John Keeping Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: fix audio interrupts on rk3288



These must be translated from the values in the TRM by subtracting 32,
which has not been done.  The SPDIF interrupt is also off-by-one.

Signed-off-by: default avatarJohn Keeping <john@metanate.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5415ba40
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -765,7 +765,7 @@
		clocks = <&cru HCLK_SPDIF8CH>, <&cru SCLK_SPDIF8CH>;
		clocks = <&cru HCLK_SPDIF8CH>, <&cru SCLK_SPDIF8CH>;
		dmas = <&dmac_bus_s 3>;
		dmas = <&dmac_bus_s 3>;
		dma-names = "tx";
		dma-names = "tx";
		interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
		pinctrl-names = "default";
		pinctrl-names = "default";
		pinctrl-0 = <&spdif_tx>;
		pinctrl-0 = <&spdif_tx>;
		rockchip,grf = <&grf>;
		rockchip,grf = <&grf>;
@@ -775,7 +775,7 @@
	i2s: i2s@ff890000 {
	i2s: i2s@ff890000 {
		compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
		compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
		reg = <0xff890000 0x10000>;
		reg = <0xff890000 0x10000>;
		interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;
		dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;
		dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>;