From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 606D8193088; Fri, 9 Aug 2024 12:31:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723206699; cv=none; b=dLPo2/PUE2Oor9HZm9F7191dHGGmAtL7q8Yg9mqM5lpLnpp/rt5/uwX2vwAlhNY+mBmyVWEJz5xPQuNhJmif6VqCBJZdKfhVEXHc5AduYFHtN5cl77xXF8wnmxzVQZJiia++cAChYESWtHl42hHRlAsJ21XK0NGkz8R73NzK0TI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723206699; c=relaxed/simple; bh=FhsDg3wPRzapa7Dr+La35JzbETjmwTm+XaR7/Go4q5Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=fQEDQ6ZVvImalvFN7SbkIoRE/TRO5HwCabetjzY9p9+LGabyyDirr18ELmGNXAm7bhX6oltzQ3c3CFn2Dm7CaItTzkHufDGERb7jrQtbX346rfMDXfGmUuiOQNQQDuPuzNMrWFWJqySxbguLePdBs9MTL6Wqqy37pJfDwyAd4CA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from i53875b02.versanet.de ([83.135.91.2] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1scOm6-0006R2-06; Fri, 09 Aug 2024 14:31:18 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-kernel@vger.kernel.org, Detlev Casanova Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andi Shyti , Jonathan Cameron , Lars-Peter Clausen , Lee Jones , Greg Kroah-Hartman , Jiri Slaby , Daniel Lezcano , Thomas Gleixner , Chris Morgan , Jonas Karlman , Tim Lunn , Muhammed Efe Cetin , Andy Yan , Jagan Teki , Dragan Simic , Detlev Casanova , Sebastian Reichel , Shresth Prasad , Ondrej Jirman , Weizhao Ouyang , Alexey Charkov , Jimmy Hon , Finley Xiao , Yifeng Zhao , Elaine Zhang , Liang Chen , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org, linux-serial@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH 08/10] dt-bindings: timer: rockchip: Add rk3576 compatible Date: Fri, 09 Aug 2024 14:31:16 +0200 Message-ID: <7799613.SKYDtnEIZr@diego> In-Reply-To: <20240802214612.434179-9-detlev.casanova@collabora.com> References: <20240802214612.434179-1-detlev.casanova@collabora.com> <20240802214612.434179-9-detlev.casanova@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Freitag, 2. August 2024, 23:45:35 CEST schrieb Detlev Casanova: > Add compatible string for Rockchip RK3576 timer. > > Signed-off-by: Detlev Casanova Acked-by: Heiko Stuebner