From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 2D51E15D5C1 for ; Mon, 7 Oct 2024 10:57:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728298676; cv=none; b=LMriGcF47HOhwCiMBRuNhIyjhYCtN5R7PZdJfmhG3gJqf3UoMFOWt3kVdMrUF6J1Q0tNUjclYBk9xWodIJKwfUTAsYsTggAG7vgPw/yt1xXHu+ePoWSTXggghfEaqPd0pMaL68Smjdyizj5Zxqc9SV/szSRbLe/g+cS4hBxzvw0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728298676; c=relaxed/simple; bh=C6rSHyZj+HiWtECQxIMp+kIhHtaybbcxr/2p7AegOwA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=cjTiCuj9kZJmlWPiFqHiJKDOxdtmSb+LwcxaqqtjWH1Ze+hZtVCIY0bcqx78RIHfA15ykWOXgLcoSybTPwk0SDYuMkaRU0t1DddPEL7PRvAo4xEK+6Tw1mqUuGgEepjgrTIfeVeM00DvmicA23OFUM9pr+rUBTH+JNtp3F4pGSs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=TJgg7xD7; arc=none smtp.client-ip=91.218.175.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="TJgg7xD7" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1728298670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=CkGa68OhlcHrCUmYTHDXO5x5tcltH/saI7jrYbKriso=; b=TJgg7xD7XzDaP/Z24GttARxNUJe6++DhnQec3JTX/ypYaZC1uYFXCM0twMZHgvr73ECKDt 8qYteGrGSAQmzvLUt3UWZOrXjkNZZ/U5SeX7aOeI9wx2SrZpVwpZ0kaentKwUSuPe8llb5 0aWDqu3RTaGv32M0X7jn9Dfko4yjmGJDZ1Dh+hRUe8TJ9xZFiMUOh0gfVw3uE94ccKPL+I Z6Yb0RdBbKprZtvQgA1ImT5HpQRxDfUk9XfbEcG2owYu5qPhhgC+5VbE5GIDr57mpUUAqs JLr47clAOz02IfXxRcaGx/I+DZMOWpCGbG0pYkxTLzao+b3MveskJXJDkh3yXQ== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Diederik de Haas , Dragan Simic , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: rockchip: Fix several DT validation errors Date: Mon, 7 Oct 2024 12:28:15 +0200 Message-ID: <20241007105657.6203-2-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT This is a set of 4 small device-tree validation fixes. Patch 1 adds the power-domains property to the csi dphy node on rk356x. Patch 2 removes the 2nd interrupt from the hdmi node on rk3328. Patch 3 replaces 'wake' with 'wakeup' on brcm BT nodes. Patch 4 replaces 'reset-gpios' with 'shutdown-gpios' on brcm BT nodes. arch/arm64/boot/dts/rockchip/rk3328.dtsi | 3 +-- arch/arm64/boot/dts/rockchip/rk3566-box-demo.dts | 4 ++-- arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 6 +++--- arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk356x.dtsi | 1 + 5 files changed, 8 insertions(+), 8 deletions(-)