From patchwork Tue Mar 28 11:25:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Leitner X-Patchwork-Id: 1762282 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linux.dev header.i=@linux.dev header.a=rsa-sha256 header.s=key1 header.b=aLSb6RZz; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4Pm6mq1GJ3z1yYV for ; Tue, 28 Mar 2023 22:25:31 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230424AbjC1LZ3 (ORCPT ); Tue, 28 Mar 2023 07:25:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbjC1LZ2 (ORCPT ); Tue, 28 Mar 2023 07:25:28 -0400 Received: from out-7.mta0.migadu.com (out-7.mta0.migadu.com [IPv6:2001:41d0:1004:224b::7]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D73DDAB for ; Tue, 28 Mar 2023 04:25:19 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1680002718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yB0broTK4NnUke2AgkitBwlfXMZiqx+hknTbHQnvGFo=; b=aLSb6RZzErsLa4pRdK/Go3dP43kRzvUeOfSRRqBgBllKkmqUP8oSY9T7xyJMOLsBlv1/8g qV2Ba3x7ffMJA1Uhv0j3UQrZL5uARv1weiIRPfbE3N4Rw8RRVH8qrewgT2wMIF3B6JT4+I UGPipyZiTuLI5tveZd9cMktvNZ803Fo= From: Richard Leitner Date: Tue, 28 Mar 2023 13:25:14 +0200 Subject: [PATCH] ASoC: dt-bindings: maxim,max9867: fix example MIME-Version: 1.0 Message-Id: <20230328-max9867_dt_example_fix-v1-1-cdf31c3fdfc8@linux.dev> X-B4-Tracking: v=1; b=H4sIAJnOImQC/x3NUQqDMBBF0a3IfDdFE01tt1JKGM2kDtQok1IC4 t4b/bw8Dm+DRMKU4FFtIPTjxEss0VwqGCeMb1LsS4OutamN7tWM+d7bm/NfRxnn9UMucFbUGBs 0th51BwUPmEgNgnGcDh4WUfbaHssqVMB5+Xzt+x/eVGh2ggAAAA== To: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Ladislav Michl Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Richard Leitner X-Developer-Signature: v=1; a=openpgp-sha256; l=1084; i=richard.leitner@linux.dev; h=from:subject:message-id; bh=rGmMpIgVP9TI8SKgVuuqiJ5yMUB6GNQe7ZL5e+fYMeE=; b=owGbwMvMwCX2R2KahkXN7wuMp9WSGFKUzs2Vsmpbo/78Hy+/54QnvCphrgpyaiWpd+Yali+NDS0r XbC+o5SFQYyLQVZMkcXemKvdPbfsfaWiTi7MHFYmkCEMXJwCMJHZngx/5dmNMu7NcPhqPNEwsnXH7Z c8kVzJ9985famQ3nd4nVnqToZ/Ksefta0K5jMrZb/B5N3TfyW23zT/TvGJ+XdufplRWNPDAQA= X-Developer-Key: i=richard.leitner@linux.dev; a=openpgp; fpr=3F330A87476D76EF79212C6DFC189628387CFBD0 X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Remove the common clock node from the example as suggested by Krzysztof Kozlowski in [1]. [1] https://lore.kernel.org/lkml/45d306d3-8efb-12ac-0a83-f01ca2982b0a@linaro.org/ Signed-off-by: Richard Leitner Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/sound/maxim,max9867.yaml | 6 ------ 1 file changed, 6 deletions(-) --- base-commit: ad58151fa04280a938c173bcba05ba42a4073d92 change-id: 20230328-max9867_dt_example_fix-e136f2a4da25 Best regards, diff --git a/Documentation/devicetree/bindings/sound/maxim,max9867.yaml b/Documentation/devicetree/bindings/sound/maxim,max9867.yaml index 6f27029b137d..0b9a84d33b6c 100644 --- a/Documentation/devicetree/bindings/sound/maxim,max9867.yaml +++ b/Documentation/devicetree/bindings/sound/maxim,max9867.yaml @@ -57,10 +57,4 @@ examples: clocks = <&codec_clk>; }; }; - - codec_clk: clock { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <12288000>; - }; ...