From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 79DCCC54E58 for ; Mon, 25 Mar 2024 02:42:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc:To:From :Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=esxsItiK6BD87k0LHvcxy+SpuT0/4QIF0JahN19plxY=; b=DnTnPtJnaCQdLJhLfOdXjVeT3c VthG8WqQ3/WF+ITr1UEGUVwpUDG6Uj+whKjbfX0LcU2p4C7+aDTqpAOaE4zrAQmoTBsk3qw3/+j12 gaD8NZHEkdu64dDeKYwiVdjKgfyeHHYAwuWINA8b9+gew8iLAo3tqyzivxalsGHGjWm+bA4O6kw9b hgtzSCVCMrgwdz8VVImc/ZzWkI3oNGxLEDnV3VBa3N3hcXneq79zwzWYfez9XzumMZ5lDYKVUHLQb Ke+OC6l+6HPnPxVtw7Enlzj4sEYsiX3kZkfmmrZS2ipagToifvzV2LbncyZkB4vDrY6Qp0sByggkN aNbyKR7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1roaIN-0000000Ej9A-2Mpd; Mon, 25 Mar 2024 02:42:45 +0000 Received: from mail.manjaro.org ([2a01:4f8:c0c:51f3::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1roaHv-0000000Eiwe-1lz2; Mon, 25 Mar 2024 02:42:27 +0000 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1711334531; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ICiTRU69evBYmpC+9SL61xwGacu5V9Do/Dh0LAgG0fc=; b=UDIM3dI4xUDEVwPAK4QCaG15+X2zuFGVVstmuFTrvE9xmAqXLxyHVr/pitO5AZjfBksQVT +I2/UIr4vrAmTKq6JnFt0yz/7ysPoLz0n1D3PXf3JIK56AL3ANwFc6IzTeZvmMoMADlF+0 vtCsmgB8QCQjJvba37qMLtqL52R9xWCupDiIHsIzuO8IFD6KVT3SuWZePRhcMkLe3fLl/9 /qsgeqAV5/kU187c5QY+sbUXUmIBVSYT2AXsLTIOEJWhjcmRvacx9f47K3YdWCmtRcxBi1 LDbwLy0vK+4/4wQknBoYNZK/TR/wVq9av5KupzbkWGX/tzDJb8tCJUS6Sy8AnQ== Date: Mon, 25 Mar 2024 03:42:10 +0100 From: Dragan Simic To: Heiko Stuebner Cc: linux-rockchip@lists.infradead.org, Anand Moon , krzysztof.kozlowski+dt@linaro.org, Diederik de Haas , conor+dt@kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] arm64: dts: rockchip: Add cache information to the SoC dtsi for RK356x In-Reply-To: <171131986742.918919.14022674824297453334.b4-ty@sntech.de> References: <2dee6dad8460b0c5f3b5da53cf55f735840efef1.1709957777.git.dsimic@manjaro.org> <171131986742.918919.14022674824297453334.b4-ty@sntech.de> Message-ID: X-Sender: dsimic@manjaro.org Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240324_194219_228484_2322CB97 X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2024-03-24 23:38, Heiko Stuebner wrote: > On Sat, 9 Mar 2024 05:25:06 +0100, Dragan Simic wrote: >> Add missing cache information to the Rockchip RK356x SoC dtsi, to >> allow >> the userspace, which includes lscpu(1) that uses the virtual files >> provided >> by the kernel under the /sys/devices/system/cpu directory, to display >> the >> proper RK3566 and RK3568 cache information. >> >> Adding the cache information to the RK356x SoC dtsi also makes the >> following >> warning message in the kernel log go away: >> >> [...] > > Applied, thanks! > > [1/1] arm64: dts: rockchip: Add cache information to the SoC dtsi for > RK356x > commit: 8612169a05c5e979af033868b7a9b177e0f9fcdf Great, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel