From patchwork Mon Jun 26 22:10:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring \(Arm\)" X-Patchwork-Id: 697521 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 0F874EB64D7 for ; Mon, 26 Jun 2023 22:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231772AbjFZWMt (ORCPT ); Mon, 26 Jun 2023 18:12:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232236AbjFZWMX (ORCPT ); Mon, 26 Jun 2023 18:12:23 -0400 Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E694230F3; Mon, 26 Jun 2023 15:10:17 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id ca18e2360f4ac-7835ffc53bfso37462139f.1; Mon, 26 Jun 2023 15:10:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687817417; x=1690409417; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=riyoS0XQhiArcxIoPKub70n8ZIyykLagdDPG18REZSA=; b=GQHaiIp8cfp3GCInPaC0EWrDijS5+OQZJi6ITTV9AfwIDAdkzTNgfnCx1KvsDoWFrf TeRMS0kv0j4QEJz2qRqWdEzlmy4kWq9RGAB8Dl1TVLzWNO5mf/JLeInPrq2kEDK20UDY hN8YpLKYggEY/+dXvWgIo4F6CQxahc4Og5WIvC+RbDXLzN0QkIgZCMJJI8Rb2o2L3LPU OvH1fz3HiFuhAIu5JqveG3btDCQXQOMrJ9yV3zn0YAvio1tsrqqmR4WbbaSJbxBPoXQL Jxituw+d7CK8XLDpDVxdmO/Ep45IT6QzBDLNcoNdB//Vx+EYWgQTlmzfl6+xJgPQCDVm CB+g== X-Gm-Message-State: AC+VfDzylt0EaCsZd6bHDgOLAHAGdl7ZX8wE5GSrNOXd9s068UfDWJ0t FSD3CiqoTlG6OcEiXLYXlvOCLdh2Ag== X-Google-Smtp-Source: ACHHUZ4NnWJsAfN5DLGSbWMvOtqp/CfSR59mOLh3GQVF1iyJtqhN/myX//Gf+m7RBPwsVByz850IMA== X-Received: by 2002:a5d:9cd5:0:b0:783:727a:8e15 with SMTP id w21-20020a5d9cd5000000b00783727a8e15mr349465iow.6.1687817416929; Mon, 26 Jun 2023 15:10:16 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id c11-20020a6bfd0b000000b0077e24ace3edsm2363315ioi.52.2023.06.26.15.10.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 15:10:16 -0700 (PDT) Received: (nullmailer pid 3946378 invoked by uid 1000); Mon, 26 Jun 2023 22:10:14 -0000 From: Rob Herring To: Krzysztof Kozlowski , Conor Dooley , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: at91-vinco: Fix "status" values Date: Mon, 26 Jun 2023 16:10:10 -0600 Message-Id: <20230626221010.3946263-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The defined value for "status" is "disabled", not "disable". Signed-off-by: Rob Herring --- arch/arm/boot/dts/microchip/at91-vinco.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/microchip/at91-vinco.dts b/arch/arm/boot/dts/microchip/at91-vinco.dts index ebeaa6ab500e..ecbdacf48708 100644 --- a/arch/arm/boot/dts/microchip/at91-vinco.dts +++ b/arch/arm/boot/dts/microchip/at91-vinco.dts @@ -159,7 +159,7 @@ usb0: gadget@400000 { atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usba_vbus>; - status = "disable"; + status = "disabled"; }; usb1: ohci@500000 { @@ -168,7 +168,7 @@ usb1: ohci@500000 { &pioE 11 GPIO_ACTIVE_LOW &pioE 12 GPIO_ACTIVE_LOW >; - status = "disable"; + status = "disabled"; }; usb2: ehci@600000 {