Skip to content

Commit

Permalink
ASoC: dt-bindings: rockchip: i2s-tdm: Drop rockchip,cru property
Browse files Browse the repository at this point in the history
This property was only needed for a driver hack, which we can
remove. Since the bindings were not in any kernel release yet, we
are able to just drop the property instead of silently accepting
and ignoring it.

Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Message-Id: <20211016105354.116513-3-frattaroli.nicolas@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Nicolas Frattaroli authored and Mark Brown committed Oct 16, 2021
1 parent d6365d0 commit 4e52cb9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ properties:
- tx-m
- rx-m

rockchip,cru:
$ref: /schemas/types.yaml#/definitions/phandle
description:
The phandle of the cru.
Required if neither trcm-sync-tx-only nor trcm-sync-rx-only are specified.

rockchip,grf:
$ref: /schemas/types.yaml#/definitions/phandle
description:
Expand Down Expand Up @@ -144,15 +138,6 @@ required:
- rockchip,grf
- "#sound-dai-cells"

allOf:
- if:
properties:
rockchip,trcm-sync-tx-only: false
rockchip,trcm-sync-rx-only: false
then:
required:
- rockchip,cru

additionalProperties: false

examples:
Expand All @@ -177,7 +162,6 @@ examples:
resets = <&cru SRST_M_I2S1_8CH_TX>, <&cru SRST_M_I2S1_8CH_RX>;
reset-names = "tx-m", "rx-m";
rockchip,trcm-sync-tx-only;
rockchip,cru = <&cru>;
rockchip,grf = <&grf>;
#sound-dai-cells = <0>;
pinctrl-names = "default";
Expand Down

0 comments on commit 4e52cb9

Please sign in to comment.