From patchwork Tue Feb 7 21:00:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 651633 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 34114C64EC7 for ; Tue, 7 Feb 2023 21:00:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229942AbjBGVAk (ORCPT ); Tue, 7 Feb 2023 16:00:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjBGVAi (ORCPT ); Tue, 7 Feb 2023 16:00:38 -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 E44E53EFC0 for ; Tue, 7 Feb 2023 13:00:30 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id az4-20020a05600c600400b003dff767a1f1so17779wmb.2 for ; Tue, 07 Feb 2023 13:00:30 -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=irbIrM6iNvfIuQkA6dwLqQukM4YTDraYmxUxdEyR37s=; b=GEqB5JyFASdGLPzbxIpkO1z+oER7ZUAR2DN8IXFhlHj4i8bTOUqOxTGJ9wHVAjQz2N xlWo1Vq/rmNd3X9cw7r2+O765XoiEClUks9FVGOi+JIgjrrtV7OelottDIOLN4BCHqvk 5Q8VdbJPEjJf8CR/Zh+LJ3XqldrDaYs01XS7E5PirPLDAlmcA+U81Dk6qKEGwXZQQFFd rBGeIv+2HcqgWhtlqNGSYK8pzecKMpncwhXpZdcx3IlyZf+Ai4JKYxUYn8bEl0xanNVd Cr4Vm71Z8CsaLBh5Ezd8fHB1QZ0D/l9hujGaWljeMnkNDG94wIVmV1069flx5Ht+eQrj Hw1Q== 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=irbIrM6iNvfIuQkA6dwLqQukM4YTDraYmxUxdEyR37s=; b=6g6z9EqCOshJHKX+/ldjeVOCEcW/fDjW3lcg6tiFzxxWQFI/vKOASLXo/tOfsddfx0 dMDb0XUAyFj/q1pVrXgTpKqcuQg2qUaIv/345nTKvl+z96SRA/bGMiBl6ZfWFwR/O3za YeYkCSnOwwsEgN3HFk3pvVJgjBFAh2t/nWYmmZ0Unw/ArOpyiGnLYoY1sRGFC6b/tcpw vYXl3UXoAax6l1i3k48AzVm5/gK+vbqgQr7X8KQA9/PJLkvJde1Eue9FZS23fIX1H/aS rJSSJidUHGDs1/ENTTToqcwC+zaJ1NdYRbdk4DRDvKQerukYkiBAmaJJ/xN9GoD2ZDb6 HMnQ== X-Gm-Message-State: AO0yUKXCiD6vYE8gJV+Ii/knYr6pAaOnHkJLWqhdyrJr9GDPgyMtgXIn 1bQp+mQmaQhd/s1oIE/V6J643A== X-Google-Smtp-Source: AK7set+sdfgLYI6dfxPAmLNIPWUH1XP6v7bZUAe3btCu3pKRbvYcq4Ya1tDOI2+Wo7ujBVskEk1SVw== X-Received: by 2002:a05:600c:a686:b0:3e0:fad:5fa8 with SMTP id ip6-20020a05600ca68600b003e00fad5fa8mr4269672wmb.33.1675803629390; Tue, 07 Feb 2023 13:00:29 -0800 (PST) Received: from krzk-bin.. ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id f9-20020a05600c44c900b003dc4fd6e624sm8041631wmo.19.2023.02.07.13.00.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 13:00:29 -0800 (PST) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/7] ARM: dts: exynos: align status led name with bindings on Origen4210 Date: Tue, 7 Feb 2023 22:00:17 +0100 Message-Id: <20230207210020.677007-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230207210020.677007-1-krzysztof.kozlowski@linaro.org> References: <20230207210020.677007-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org The "status" is a reserved keyword and LED nodes should have generic prefix: exynos4210-origen.dtb: leds: status: {'gpios': [[76, 3, 1]], 'function': ['heartbeat'], 'linux,default-trigger': ['heartbeat']} is not of type 'array' Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos4210-origen.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts index 5f37b751f700..1103e7f92b57 100644 --- a/arch/arm/boot/dts/exynos4210-origen.dts +++ b/arch/arm/boot/dts/exynos4210-origen.dts @@ -85,7 +85,7 @@ key-menu { leds { compatible = "gpio-leds"; - status { + led-status { gpios = <&gpx1 3 GPIO_ACTIVE_LOW>; function = LED_FUNCTION_HEARTBEAT; linux,default-trigger = "heartbeat";