From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BB4EC61DA4 for ; Thu, 2 Feb 2023 09:03:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232448AbjBBJDu (ORCPT ); Thu, 2 Feb 2023 04:03:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232295AbjBBJDg (ORCPT ); Thu, 2 Feb 2023 04:03:36 -0500 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49C7CC152 for ; Thu, 2 Feb 2023 01:03:35 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id hn2-20020a05600ca38200b003dc5cb96d46so3172998wmb.4 for ; Thu, 02 Feb 2023 01:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=7F5YTzHrVyr8QuuHkXVmJUZpVCaBRGUSFsoCx+3N03A=; b=YRPfCH+G/7MHufVPyLtQ5D6FdhMqwLFJYSOac8c/Rj1F2Jbm+ohgMFD5UqVOzA9n+N zXg/aNARZWYNUeouOB6k/YqLD3EfqO1J6wzwMs+J7FuaMnQwn+DU/qRwvsoQZanwlmA3 sfAPy1q3gHeva2N+wieTu4yxYo9TCnFXGLrt8aokgh0ChRIAqMfcVuJiLhmcsDXXfqK8 HQTXR7anVDaTR/8M+X3+cVq/DYB051MgGJ/tNGPkixjwlPM5aZOjMiMDO6ExEwZAffRZ XojjWXnGuUNdEZx4ai8C7958LsMP3SdayNjk08nH6vVeSksYfzLeqTMYKwxrJbifaNbP I5pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=7F5YTzHrVyr8QuuHkXVmJUZpVCaBRGUSFsoCx+3N03A=; b=H05bmSDad2dv6sYFthp+hXWUNO/GDsNjl6aeEIai0lK8FbWYdXV1cWahYDIcfdJMtM mFETJHzhgfcSo0wUHgFYmc2r2TBCjqkCqHgVmW2U9SaCwtIOTyeEaiSshHU1k6hNHKJR Xir2w9d2pErbqhd4y7j5xnAKtwuKvybCqMPVZuzdGyYs1m9FIbyUyHDYmm2Hjxvmke61 3uKPVQbCkBTeEI5X+sWVvXoHyZV6r/QpCD4JhyV5OdrxyTseAsEQLRKqRgLkneJkBkQw +craLXk57K1ICWVGga9XQpAL1vWQBY1DuNKCzQwoFeozRY6C8TcM8s6T9fzNl8uO1Is/ 7Lhg== X-Gm-Message-State: AO0yUKVNoMeokbHl8uFvlOw2tYvVd/ujnXjy0isV5nHggLlTCxgNDy6O tx+uD3wc5DlbkVjNt16CFzsQFw== X-Google-Smtp-Source: AK7set9lAC5MNe/nu7qxCknw/Oxh/cCzvtvfddKrsencwwfHUr3rd+VCW9H823WXjZIkxGD/S6ERcg== X-Received: by 2002:a05:600c:4f03:b0:3dd:e86e:8827 with SMTP id l3-20020a05600c4f0300b003dde86e8827mr5019102wmq.4.1675328613859; Thu, 02 Feb 2023 01:03:33 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id ip23-20020a05600ca69700b003dc59d6f2f8sm3877475wmb.17.2023.02.02.01.03.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 01:03:33 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2023 10:03:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] ASoC: dt-bindings: Drop broken irondevice,sma1303 binding Content-Language: en-US To: Ki-Seok Jo , Mark Brown Cc: Liam Girdwood , Rob Herring , Krzysztof Kozlowski , Jaroslav Kysela , Takashi Iwai , "alsa-devel@alsa-project.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20230201131059.65527-1-krzysztof.kozlowski@linaro.org> <1bcd61d6-810f-1239-1b6e-367e0fe87370@linaro.org> <6491d6fb-2a10-1c80-d422-8300d5a75ce4@linaro.org> <6439a587-0b65-a037-1013-b697e19000a4@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 02/02/2023 09:58, Ki-Seok Jo wrote: >>> Is there anything else I should do? >> >> Correct the binding: >> 1. Add all properties - just open example-schema and your file and >> document everything 2. Fix non-existing reference (there is no such file >> as name-prefix.yaml) 3. i2c_bus -> i2c > > Fortunately, I modified the 3thigns you said, and I also tested with the > above command with the contents. > > So, I'll send the patch file again. > If it has any other problems, please give me feedback. My revert was not applied, thus please send incremental fix to the bindings. Best regards, Krzysztof