From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 02038101E3 for ; Sun, 22 Oct 2023 21:16:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C08B3AF for ; Sun, 22 Oct 2023 14:16:00 -0700 (PDT) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-5a7af20c488so27324977b3.1 for ; Sun, 22 Oct 2023 14:16:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698009360; x=1698614160; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=J5qdRx9w38uewGOvQSjl82e1Dk017FDdnHXm5nRCJmo=; b=dmgDh4Ag28VV7g5z8va66aOA6spDTDpEiPrAB0JpKxzzjtf4KpmbypJKd6OcnkkzEH VLUrlzm82Dnf+08OKsKua3j2ZLFxLk5DMArkSD3zhP3W5QluyZruB/q1ZK7nWpbnijNG /CW9xdT1m2q0Ht2Z6/xx4d+4u0QQAR0b6JYop6v36LMwfxxIVm21zqL3PwjdiXFgJW8l PR0Ry35ikXZWa8GQKe/bnviy/7h38QMC7fHtYlny/X7VrbTc6+4VjyS3Ewn+rNgK76yo +GPGYpLsZpyD2kUWqlAXvqSY7a95sMccMhi08UoD4NwY1lo5fCuKuVYwU+wSgCxKL64g LCYw== X-Gm-Message-State: AOJu0YwoKXOl0N3kNu/+GRcWkrYjKeTb2tc+vK1vfjn3vAKBcNhBJW48 jyX4+n4qKIEXvdmqT9rwmg== X-Google-Smtp-Source: AGHT+IG775QBgwR9QOMoIXL0rYJuGAkmxPRZF8VZib/r9lbl2oU5E35+LdMos2vE6VQGgCaAxG5OrA== X-Received: by 2002:a05:690c:dcd:b0:5a7:bbd1:ec21 with SMTP id db13-20020a05690c0dcd00b005a7bbd1ec21mr10791826ywb.0.1698009359928; Sun, 22 Oct 2023 14:15:59 -0700 (PDT) Received: from herring.priv ([2607:fb91:e6c1:8e5d:a109:ceb8:bec4:d970]) by smtp.gmail.com with ESMTPSA id r9-20020a0de809000000b005845e6f9b50sm2571436ywe.113.2023.10.22.14.15.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 22 Oct 2023 14:15:59 -0700 (PDT) Received: (nullmailer pid 692476 invoked by uid 1000); Sun, 22 Oct 2023 21:15:57 -0000 Date: Sun, 22 Oct 2023 16:15:57 -0500 From: Rob Herring To: Fabio Estevam Cc: krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, Fabio Estevam , Wim Van Sebroeck , Guenter Roeck , Conor Dooley Subject: Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Message-ID: <20231022211557.GA690569-robh@kernel.org> References: <20231004182043.2309790-1-festevam@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Oct 19, 2023 at 11:54:34PM -0300, Fabio Estevam wrote: > Hi Rob, > > On Wed, Oct 4, 2023 at 3:21 PM Fabio Estevam wrote: > > > > From: Fabio Estevam > > > > imx8dxl also contains the SCU watchdog block. > > > > Add an entry for 'fsl,imx8dxl-sc-wdt'. > > > > Cc: Wim Van Sebroeck > > Cc: Guenter Roeck > > Signed-off-by: Fabio Estevam > > Acked-by: Conor Dooley > > --- > > Changes since v1: > > - Sent it as a standalone patch to the DT folks. > > - Collected Conor's ack. > > Can this go through your tree? I'm waiting to see if Guenter picks it up, but will if he doesn't. Rob