Message ID | 20200903203250.19830-3-krzk@kernel.org |
---|---|
State | New |
Headers | show |
Series | [1/4] ASoC: odroid: Add missing properties | expand |
On Thu, Sep 03, 2020 at 10:32:49PM +0200, Krzysztof Kozlowski wrote: > Few I2S device node properties were not documented and not used by any > of the drivers. Remove them to fix dtbs_check warning: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: i2s@14d60000: > Additional properties are not allowed ('samsung,supports-rstclr', 'samsung,supports-tdm', > 'samsung,supports-6ch', 'samsung,supports-low-rfs' were unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 4 ---- Applied. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 9651bb9fdadc..8eb4576da8f3 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -1460,10 +1460,6 @@ <&cmu_peric CLK_SCLK_I2S1>; clock-names = "iis", "i2s_opclk0", "i2s_opclk1"; #clock-cells = <1>; - samsung,supports-6ch; - samsung,supports-rstclr; - samsung,supports-tdm; - samsung,supports-low-rfs; #sound-dai-cells = <1>; status = "disabled"; };
Few I2S device node properties were not documented and not used by any of the drivers. Remove them to fix dtbs_check warning: arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: i2s@14d60000: Additional properties are not allowed ('samsung,supports-rstclr', 'samsung,supports-tdm', 'samsung,supports-6ch', 'samsung,supports-low-rfs' were unexpected) Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 4 ---- 1 file changed, 4 deletions(-)