From patchwork Sun Feb 12 18:58:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 653088 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 CC424C636D3 for ; Sun, 12 Feb 2023 18:59:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229698AbjBLS7e (ORCPT ); Sun, 12 Feb 2023 13:59:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbjBLS7e (ORCPT ); Sun, 12 Feb 2023 13:59:34 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E529411161 for ; Sun, 12 Feb 2023 10:59:32 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id m16-20020a05600c3b1000b003dc4050c94aso7512882wms.4 for ; Sun, 12 Feb 2023 10:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=RxsfSwHbOtBhE136UHyiflGoE9pv5nsKma/ie2thAmo=; b=hgvKISWvwS4GNqbqJsW+uQe774YtfRNissNK+A6njsoOQpJ6PWAsE394OpVkoBZVZH lc1Uku9MrrmWDvRBldCo2f61zaH0MwBuesvuV38M2z0LX4yJkQdKCLc7Vn5V0IqVlauN grVeco8UVwvplZpETcs74Cv1VfCGaJkFt0g8YryTytBh231lFYnkH4FSTQaJxfLk4Rz1 0Uf2jX2Q44szhoKiqVwnPMxQxlXvUEBALT738bB/sN8U+Azl2GJzGhL7cx1JRqY3BYDF tAR8jGfsRElrhWiglNPXI9/dt+99y7kqmma+KbQGJDtWEWCC9X17eu6EAvXbdMXuldm1 BgQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RxsfSwHbOtBhE136UHyiflGoE9pv5nsKma/ie2thAmo=; b=7iLvB9XRuFP7IBvHOXEx0Pjc0kt9P8cTDr0dY1lI3aa03SGW8SHb5bEXbFEIrWo+Bu KqzGyDp6YOwKvgdQaVS+ScnjEj8wnVae1NtQndUIpUuiYFKmca0sAxutPX+pxVanmBR7 woY9QZ5sLLwsgQuu4pu/BMioaIDLg1ETEm282Xekv/En//AVQfcBEQId5qIVZjgBhJCo mn/zCJHWtiVyN4TIq946y5MuY6fVA6SDL35kRF3PNk2T8fsc9GLhEL18yeOxjrIAaSW9 CdpA5YyDc1wS2DEgBa4QwcwC8WM0miNCM1vMkzWNU/n3qopQhKUuWh4R1eSYOd/TTRkc E9KA== X-Gm-Message-State: AO0yUKUryFVQdwPN7jOtSIWhI9mcpjvL7T0Ugh2z7zmGQLUl7f6v48ao TR87PMf+brGnmYz+dalGNHNr4g== X-Google-Smtp-Source: AK7set/tKwv3pLiy7+ExTr5MSsGOqwEuYr/xqMWaWQmTb0IULnTrLs3ml6AcGAA+dql0fLFr7cd+2Q== X-Received: by 2002:a05:600c:1656:b0:3e0:fda8:7e26 with SMTP id o22-20020a05600c165600b003e0fda87e26mr13729914wmn.33.1676228371111; Sun, 12 Feb 2023 10:59:31 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id bg1-20020a05600c3c8100b003e118684d56sm12391350wmb.45.2023.02.12.10.59.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Feb 2023 10:59:30 -0800 (PST) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , Tomasz Figa , Mateusz Krawczuk , Kukjin Kim , Kyungmin Park , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , stable@vger.kernel.org Subject: [PATCH 2/2] ARM: dts: s5pv210: correct MIPI CSIS clock name Date: Sun, 12 Feb 2023 19:58:18 +0100 Message-Id: <20230212185818.43503-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230212185818.43503-1-krzysztof.kozlowski@linaro.org> References: <20230212185818.43503-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The Samsung S5P/Exynos MIPI CSIS bindings and Linux driver expect first clock name to be "csis". Otherwise the driver fails to probe. Fixes: 94ad0f6d9278 ("ARM: dts: Add Device tree for s5pv210 SoC") Cc: Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/s5pv210.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index 5cf75cccd088..cbc108217483 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -566,7 +566,7 @@ csis0: csis@fa600000 { interrupts = <29>; clocks = <&clocks CLK_CSIS>, <&clocks SCLK_CSIS>; - clock-names = "clk_csis", + clock-names = "csis", "sclk_csis"; bus-width = <4>; status = "disabled";