Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: rockchip: Drop unneeded properties rockchip i2s/spdif bindings

Neither the rockchip i2s nor the rockchip spdif binding support child
devices so #address-cells and #size-cells properties aren't required.
Remove these from the bindings.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Sjoerd Simons and committed by
Mark Brown
13531520 2057020d

-8
-4
Documentation/devicetree/bindings/sound/rockchip-i2s.txt
··· 12 12 - reg: physical base address of the controller and length of memory mapped 13 13 region. 14 14 - interrupts: should contain the I2S interrupt. 15 - - #address-cells: should be 1. 16 - - #size-cells: should be 0. 17 15 - dmas: DMA specifiers for tx and rx dma. See the DMA client binding, 18 16 Documentation/devicetree/bindings/dma/dma.txt 19 17 - dma-names: should include "tx" and "rx". ··· 26 28 compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s"; 27 29 reg = <0xff890000 0x10000>; 28 30 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; 29 - #address-cells = <1>; 30 - #size-cells = <0>; 31 31 dmas = <&pdma1 0>, <&pdma1 1>; 32 32 dma-names = "tx", "rx"; 33 33 clock-names = "i2s_hclk", "i2s_clk";
-4
Documentation/devicetree/bindings/sound/rockchip-spdif.txt
··· 12 12 - reg: physical base address of the controller and length of memory mapped 13 13 region. 14 14 - interrupts: should contain the SPDIF interrupt. 15 - - #address-cells: should be 1. 16 - - #size-cells: should be 0. 17 15 - dmas: DMA specifiers for tx dma. See the DMA client binding, 18 16 Documentation/devicetree/bindings/dma/dma.txt 19 17 - dma-names: should be "tx" ··· 31 33 compatible = "rockchip,rk3188-spdif", "rockchip,rk3066-spdif"; 32 34 reg = <0x1011e000 0x2000>; 33 35 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 34 - #address-cells = <1>; 35 - #size-cells = <0>; 36 36 dmas = <&dmac1_s 8>; 37 37 dma-names = "tx"; 38 38 clock-names = "hclk", "mclk";