From nobody Fri Dec 19 17:37:46 2025 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 5D5E124888A for ; Sat, 28 Jun 2025 14:49:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122172; cv=none; b=nv9uPPV3SZAEAYkyQHIAMNyVsWX5Si6rz4b2h9GsvVhjnx4zzdcONEjeEhYeNXWH4Zryk/i55D69BtdswJA+H/iHkcvM8ixDwpn/pkR+YjHRRRteBteUkKvBZwvONRWA7bYXrQBQbF+fyUJHCh4yQaTwXlmuJA7GaKJO48R1tVM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122172; c=relaxed/simple; bh=otwMM5fWY0xgSp6WB5eVvdwJYcbIso6Z5/lU9k/++sI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mfEzcrcWNWWrK+G8EUTbKUBYUPN3+C8wPpv00K7AoJBmvjKvdIFTn3z2GXP7qhgli0uz/bJkDEkswmsoTmc9Ps3ZpmxqPOXV7TJ7ViEcEFlzNbMEI4V6gq2UiHxfDHgrwfvmzbe9BFwIFOaDudGIpnIZyZan3P4P50l0PgrDcWM= 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=yRzplfGa; arc=none smtp.client-ip=91.218.175.186 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="yRzplfGa" 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=1751122165; 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: in-reply-to:in-reply-to:references:references; bh=+4GMyTXjbEjmIMha8tHAOUDGLgmtdd/71eUMqcDFjFE=; b=yRzplfGayTSkrKyIb5KIROLK53txh1ddkfXu2FLBTpAeZRBjra80H6IH81seUYy4nien4j Io1zsnI54C+2ghWLFlff5IPmyx0TLJA27C8hW6PlGLs1JLBy07R2l4wSw9J/psgx8nqUZE b8Xfx7CL+1FK9AQzTQMSiqlsDXaki2AsZLG42k3TkJ97L5Ljvd71q0SldputpRbZMpXMDY rKF/1pZ/kPbkZYPCDCZYqyjc3tA+1OBtH9Apcq/8KiGetoDnoEijSJlvwXFtTJ9SkvlR9R 8mKGndAKgbFVs4bQQ/36hxenNg1o7rWevCRWb7xRVS2nywsS7EKw7H0MjgAHKg== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 01/10] arm64: dts: rockchip: Move dsi address+size-cells from SoC to px30 boards Date: Sat, 28 Jun 2025 16:32:35 +0200 Message-ID: <20250628144915.839338-2-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The #address-cells and #size-cells properties are not useful on the DSI controller node; they are only useful/required on ports and panel(s). So remove them from the controller node and add them where actually needed on the various px30 based boards, which includes rk3326. This fixes the following DTB validation warnings: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-evb.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts | 2 ++ arch/arm64/boot/dts/rockchip/px30.dtsi | 2 -- arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dtsi | 2 ++ arch/arm64/boot/dts/rockchip/rk3326-gameforce-chi.dts | 2 ++ arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi | 2 ++ 11 files changed, 20 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts b/= arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts index 1d26164be7b8..a31c61c8f148 100644 --- a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts +++ b/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w-a2.dts @@ -12,6 +12,8 @@ / { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts b/arc= h/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts index 82c6acdb4fae..a3c6edfdb37c 100644 --- a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts +++ b/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3146w.dts @@ -12,6 +12,8 @@ / { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts b/arc= h/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts index 94449132df38..9b5eff392dfa 100644 --- a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts +++ b/arch/arm64/boot/dts/rockchip/px30-cobra-ltk050h3148w.dts @@ -12,6 +12,8 @@ / { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts b/arc= h/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts index d7b639e7ccab..36b7cae49e31 100644 --- a/arch/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts +++ b/arch/arm64/boot/dts/rockchip/px30-cobra-ltk500hd1829.dts @@ -16,6 +16,8 @@ aliases { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30-evb.dts b/arch/arm64/boot/dt= s/rockchip/px30-evb.dts index bfd724b73c9a..85d1642eb9be 100644 --- a/arch/arm64/boot/dts/rockchip/px30-evb.dts +++ b/arch/arm64/boot/dts/rockchip/px30-evb.dts @@ -124,6 +124,8 @@ &display_subsystem { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 ports { diff --git a/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts b= /arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts index b71929bcb33e..932721ffd470 100644 --- a/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts +++ b/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3146w-a2.dts @@ -12,6 +12,8 @@ / { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts b/ar= ch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts index a9bd5936c701..70adf091371c 100644 --- a/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts +++ b/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts @@ -12,6 +12,8 @@ / { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/r= ockchip/px30.dtsi index 0cad83c5d5fe..5034ad8019a8 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -1137,8 +1137,6 @@ dsi: dsi@ff450000 { resets =3D <&cru SRST_MIPIDSI_HOST_P>; reset-names =3D "apb"; rockchip,grf =3D <&grf>; - #address-cells =3D <1>; - #size-cells =3D <0>; status =3D "disabled"; =20 ports { diff --git a/arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dtsi b/arc= h/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dtsi index 150fadcb0b3c..54395a40b087 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dtsi @@ -118,6 +118,8 @@ &display_subsystem { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 ports { diff --git a/arch/arm64/boot/dts/rockchip/rk3326-gameforce-chi.dts b/arch/a= rm64/boot/dts/rockchip/rk3326-gameforce-chi.dts index 10e6ab724ac4..4d306085646c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-gameforce-chi.dts +++ b/arch/arm64/boot/dts/rockchip/rk3326-gameforce-chi.dts @@ -322,6 +322,8 @@ &display_subsystem { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 internal_display: panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi b/arch/arm6= 4/boot/dts/rockchip/rk3326-odroid-go.dtsi index 446a1a6c12e7..bf4554eff47d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi @@ -220,6 +220,8 @@ &display_subsystem { }; =20 &dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 ports { --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 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 BA25E246BC4 for ; Sat, 28 Jun 2025 14:49:29 +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=1751122171; cv=none; b=L7BCT+e2ck5hyqiBikLzdlEqpNXE1nPmESf8FfnwiuJkCdDnaaJC5u/H9GokOc2TtVatU2wdgrX+Z51R+EupIVJuyfjI2qWlSayHCYcKMyBTzRWnu4HYDsZaeZt2Baeb2J6jRJnSZcIy3cLAKMtRx7bfPEj7RlXBJD0ozKF0l/c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122171; c=relaxed/simple; bh=hbCzQra53cQbm9JlGw6eJnRUtAkwWzYlXHL/2fHuU80=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=N7RQyJOsti45Ijx5jK+jzm4K5hCrEdLRsEJx2ezOYzUeTnrKVM4KXWtfi1LhJ1KVmTRAbHP0y+Pxq3j2sFl9t2Ios8vgRIeGidq/KpVnPWLGqHZWgZR/k5q2liGp+jpub0T8ahMKnWx7RbAfV4o0szBzxkaHnWuXvF+i/D6Q7j8= 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=RI2cprHM; 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="RI2cprHM" 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=1751122167; 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: in-reply-to:in-reply-to:references:references; bh=nOh9E6KTw/G/RjNvzFhSoJb3dEHhHttr0OlC9cZGWdE=; b=RI2cprHMkvR80i1f397cAPHR2Lai/hXFD21EM2oIdU/DEM4zIMx3nExva5oamc6uD4mw/U shsiI/dwJL4/bmLCPzOVLgiOYM1dQKNgE5Er6IGb8pKbTkxQH4gsay8AALFzsiAbFQFhIM cInZDzvwo/2S4PC2sJF08Sano2pFfuHBHitY3nHMxz7u/foe4FABwW0NB+WWdkgk4xZmps dG8oR3SkMxyfB46ZhsT40bkA+OkSoWycpbJ1aPSiuY2t1ZK34fWmiF8p55nntO1eCv007X w9zdllLvgwjlFi0DesdqEuxlifEJtrIoUWgo4QGWl8FH16o3pzMQwL9na8Dwow== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 02/10] arm64: dts: rockchip: Move dsi address+size-cells from SoC to rk3399 boards Date: Sat, 28 Jun 2025 16:32:36 +0200 Message-ID: <20250628144915.839338-3-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The #address-cells and #size-cells properties are not useful on the DSI controller node; they are only useful/required on ports and panel(s). So remove them from the controller node and add them where actually needed on the various rk3399 based boards. This fixes the following DTB validation warnings: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 4 ---- arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 4 +++- arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 2 ++ arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso | 3 +-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi b/arch/arm64/boo= t/dts/rockchip/rk3399-base.dtsi index 9d5f5b083e3c..4dcceb9136b7 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-base.dtsi @@ -2071,8 +2071,6 @@ mipi_dsi: dsi@ff960000 { resets =3D <&cru SRST_P_MIPI_DSI0>; reset-names =3D "apb"; rockchip,grf =3D <&grf>; - #address-cells =3D <1>; - #size-cells =3D <0>; status =3D "disabled"; =20 ports { @@ -2112,8 +2110,6 @@ mipi_dsi1: dsi@ff968000 { resets =3D <&cru SRST_P_MIPI_DSI1>; reset-names =3D "apb"; rockchip,grf =3D <&grf>; - #address-cells =3D <1>; - #size-cells =3D <0>; #phy-cells =3D <0>; status =3D "disabled"; =20 diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi b/arch/ar= m64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi index 5e068377a0a2..6aaaf0f7f73f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi @@ -627,8 +627,10 @@ &mipi_dphy_rx0 { }; =20 &mipi_dsi { - status =3D "okay"; clock-master; + #address-cells =3D <1>; + #size-cells =3D <0>; + status =3D "okay"; =20 ports { mipi_out: port@1 { diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/a= rm64/boot/dts/rockchip/rk3399-pinephone-pro.dts index 909ed14035f7..fe32937a2d16 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts @@ -464,6 +464,8 @@ &io_domains { =20 &mipi_dsi { clock-master; + #address-cells =3D <1>; + #size-cells =3D <0>; status =3D "okay"; =20 panel@0 { diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso b/ar= ch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso index b1f4ab22b99c..a26c8e05c13b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso +++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso @@ -47,10 +47,9 @@ touch: touchscreen@5d { }; =20 &mipi_dsi { + clock-master; #address-cells =3D <1>; #size-cells =3D <0>; - - clock-master; status =3D "okay"; =20 ports { --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-174.mta0.migadu.com (out-174.mta0.migadu.com [91.218.175.174]) (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 77A0724A043; Sat, 28 Jun 2025 14:49:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.174 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122172; cv=none; b=lp0ByXjaG05LXheXkxFsDQTYHuZcAJASsiLFWrKplcNMi+krzncvxcUTOhktHXJOmi/Uqty+Em1WwLEhCV2rz5jVubYVNaROQxSodagERpTu+zNQC6IM7jWeMXNV5unGR2ry9r9T8GqTfXpqY/6HNNa840pWYltwLA/o+1Xjv9A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122172; c=relaxed/simple; bh=ROFq9xtzXOdmqMZ7ZCjIaDyNS7DKkayyoX8QkeXIndE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=FkBfFOVDY+RmhpjRk8W95AS0jg/LfZenwqUU9aM4NSVhxZpZb3P7wX2gtTtyAs37PiJ+01pOQub5v5Fx63Jq9UuG7OWC0N4DV3++uB7V4ITf63B/h5y7oDXMwAT5QmxWIax88TKc58rtG33Myhh+jV7KMncn8CvXbsHFVqBoLUI= 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=moV1Nl3K; arc=none smtp.client-ip=91.218.175.174 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="moV1Nl3K" 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=1751122168; 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: in-reply-to:in-reply-to:references:references; bh=FvDG6tIe9cP6E3SSgrjHunQaCLP0z6lp3rhIo96W2Gg=; b=moV1Nl3KRqCS3GB9DmL5k3diXtG+wuHIEH+E33/jgrOdDObTxh8La1G20ZJbcEvNsq5v0E 9/3lcnrCLW5GBW+UwUBuVl64ln9/TDAcIUxRcZ04pSTvcSrSqAULU6s1IKLhia1SWl5KDl QxO50Kn7iPbmd0L9b9FakFP/o7s7ZXEdg4KAeeE2Rl9T5qlPIFAVxcTjyzCbJLA5jscqpj Rb4nUM5oQ+QejAEEx+7y7p0/3CnjLPw9+0jcBun/HpdDKvtv8ECUXUidjiKFSR2LnUsXE6 HC9dd986HVWlPdbgnJE7d3b0aKkgf0QOZXcqXOdVCC2cIuvfrTc7M/+GN1wPHg== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 03/10] dt-bindings: display: rockchip,dw-mipi-dsi: Drop address/size cells Date: Sat, 28 Jun 2025 16:32:37 +0200 Message-ID: <20250628144915.839338-4-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" When the dw-mipi-dsi binding was initially added in commit a20d86e7f964 ("Documentation: dt-bindings: Add bindings for rk3288 DW MIPI = DSI driver") the #address-cells and #size-cells were added as required properties. When the binding was converted to yaml format in commit 0dac2102cf6b ("dt-bindings: display: rockchip: convert dw_mipi_dsi_rockchip= .txt to yaml") those properties were demoted to optional and removed from the binding example. As for the compatibles: - rockchip,px30-mipi-dsi removed in this patch set - rockchip,rk3128-mipi-dsi never used - rockchip,rk3288-mipi-dsi added (invalid); later removed [1] - rockchip,rk3399-mipi-dsi removed in this patch set - rockchip,rk3568-mipi-dsi never used - rockchip,rv1126-mipi-dsi proposed (invalid); never accepted [2] [1] 282e2e078ba5 ("ARM: dts: rockchip: Remove #address/#size-cells from rk3= 288 mipi_dsi") [2] https://lore.kernel.org/all/20230731110012.2913742-12-jagan@edgeble.ai/ The #address-cells and #size-cells are useful (and required) in the ports node and for panel(s), but those properties are declared in their schemas already. Now that there are no remaining users, remove these properties from the Rockchip specific extensions of the Synopsys DesignWare MIPI DSI host controller. Signed-off-by: Diederik de Haas --- .../bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw= -mipi-dsi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchi= p,dw-mipi-dsi.yaml index ccd71c5324af..0881e82deb11 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-d= si.yaml +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-d= si.yaml @@ -58,12 +58,6 @@ properties: power-domains: maxItems: 1 =20 - "#address-cells": - const: 1 - - "#size-cells": - const: 0 - required: - compatible - clocks --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 577232512E6 for ; Sat, 28 Jun 2025 14:49:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122174; cv=none; b=qpNtRLgp8FrCK0A/zZ7gwjiSW9BVefj1VOTBrTj77LmfO/jva8BwIZrpdQ+ry6RQUJktUAGloP+wY+1nXJWzNLNecwRUJQjt4/UMdHvcVcuDvqJZtSKSpQAapyDBQZDyqA74Rm8J2poJRy2ws0DnbwWh7fFu8oewd3HsrYNN1is= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122174; c=relaxed/simple; bh=J/Fe7VsW55nHtlw7aUGllk4ytzTJTWxNR274VqR29BA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tcqsYSDXPYMorgim5BiKw46PD8lctqz9OvpuNEZfqfFLQk0hr6jFYCg+KMUWbQwe70oAmSwKgzswkDdt68opEA91D0g4gKwMYxvcDW2HSofvRtGDuTQnVBI7/4meVgdYKXvFt7/wr3n0LBZjnphxXQMIqjjw3dQq+dxXVM17ZLA= 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=ZhiAGTrN; arc=none smtp.client-ip=91.218.175.171 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="ZhiAGTrN" 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=1751122169; 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: in-reply-to:in-reply-to:references:references; bh=LdOjVT0hxZ4MogGhHL86KxEfuOHrbi5hNR9VAR3J/Ig=; b=ZhiAGTrNFHZZKC7ljxViWEQizcIb9e/dSqJYq0x/9LVH839ibJv8W/krAqafA1qXMLXWrH V5zlcW7movc/vHUAGp147Z1HFiiya+SyfmIl8J8dhrujZzyMU+RHYY+yf7LiAEcMULWI+e RbtE1yHNkI3IS8kJYpby4FyXSdYhvo0qg1/alSulFV46bgNL6M8W2YqvRWx+S0Hqa+afyv 8McMYwW/NUAsPD4bId1HL5x5FeTQ9/DZtHuXu7QJGOrmaEVehefkde5kt+K4puAV/u8tPK 5r14qAEoz0m9v+u3ahcCQYInuG0pekAhzzRQEpHHe4p3QPexmuKfU6dpgSmpFA== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 04/10] arm64: dts: rockchip: Simplify VOP port definition on rk3328 Date: Sat, 28 Jun 2025 16:32:38 +0200 Message-ID: <20250628144915.839338-5-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" When there's only 1 endpoint, there is no need for a unit-address and removing that allows removing of related properties as well. This fixes the following DTB validation warnings: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts= /rockchip/rk3328.dtsi index 7d992c3c01ce..6438c969f9d7 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi @@ -731,11 +731,7 @@ vop: vop@ff370000 { status =3D "disabled"; =20 vop_out: port { - #address-cells =3D <1>; - #size-cells =3D <0>; - - vop_out_hdmi: endpoint@0 { - reg =3D <0>; + vop_out_hdmi: endpoint { remote-endpoint =3D <&hdmi_in_vop>; }; }; --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (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 614392512EF for ; Sat, 28 Jun 2025 14:49:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; cv=none; b=l8MOdH/Tst7EcIFAoJr0F3JDY89ECfu/rWA9OrITMwEOjQTtXcdOKp/JaO3sNXY1IrqK2vchqhEmtWdnx+YpnsQQLFmRCfGuDnFzjzFDvReHjmwHvnROXTGKGRMFIpTJc+zF5b1k2sV/OThJ/RJpkmULGzHIWShUVjmlqkcEn3c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; c=relaxed/simple; bh=++WUmsmG42FBtz0N90d+3dm2z4DuzAvjfBgwxUM5j6Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ugzIzxtkwVW2jHCfHXDc1IkUSNXVTkDsEy9c2gBc3i4M3+Cf3u9rLQnJxa4vbVIzQygtjp0pGM3gEhPMyDIfOkn65YMiXwuTG+YFrs61jWPTLsfHS9wErcOPDv9b5Pbf41V56gqcE1lN62hwQ5XONTpUIm+rLPq7YbyhtN8afwY= 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=lM4DZ4Kn; arc=none smtp.client-ip=91.218.175.184 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="lM4DZ4Kn" 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=1751122170; 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: in-reply-to:in-reply-to:references:references; bh=JXGz2WRYkb5YR3U/LDov8OvZiUYlL4TD2HwVbGHyw/0=; b=lM4DZ4KnoLlPPUaEu6usoxkV86zoUCnUScVx4Ekwfvf6GaaywSlu+IaZCE5OQvzkLhdz+T u25AI1cJxl6MhWgITj+BYHK5S8uJOkI2m/e75+YSKD4aY+Dxluj6tOusqg53Iy17drQD5y 2HVXfhBHPwmOn2QmUOt1+tgh3urKoyJOuYvuDvSWgwjCppUP8YvvwNyP7DTAxU1QJoAu1Q Q7f7IfThfVXlFMn23s2WvcbUKLuu5uexiB4ejWJcbwZIs/j8+HgEHQVbosXkj1XeGmtogK 4EP7oat5zIIDj41oHqKLcQBfw1PKHKM/Y990e8Vzuerr8WVgVtFONp855gIo/Q== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 05/10] arm64: dts: rockchip: Simplify edp endpoints on several rk3399 boards Date: Sat, 28 Jun 2025 16:32:39 +0200 Message-ID: <20250628144915.839338-6-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The only thing actually added here is a single endpoint on edp_out, which is already defined in rk3399-base.dtsi, so it's simpler to just reference that phandle, which allows the removal of several properties. This fixes the following DTB validation warnings: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary Signed-off-by: Diederik de Haas --- .../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 15 ++++----------- .../boot/dts/rockchip/rk3399-pinebook-pro.dts | 15 ++++----------- .../dts/rockchip/rk3399-sapphire-excavator.dts | 16 ++++------------ 3 files changed, 12 insertions(+), 34 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi b/arch= /arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi index a9ea4b0daa04..9d07353df52c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi @@ -250,18 +250,11 @@ &edp { */ assigned-clocks =3D <&cru PCLK_EDP>; assigned-clock-rates =3D <24000000>; +}; =20 - ports { - edp_out: port@1 { - reg =3D <1>; - #address-cells =3D <1>; - #size-cells =3D <0>; - - edp_out_panel: endpoint@0 { - reg =3D <0>; - remote-endpoint =3D <&panel_in_edp>; - }; - }; +&edp_out { + edp_out_panel: endpoint { + remote-endpoint =3D <&panel_in_edp>; }; }; =20 diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/ar= m64/boot/dts/rockchip/rk3399-pinebook-pro.dts index 5473070823cb..5a8551d9ffe4 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts @@ -404,18 +404,11 @@ &edp { pinctrl-names =3D "default"; pinctrl-0 =3D <&edp_hpd>; status =3D "okay"; +}; =20 - ports { - edp_out: port@1 { - reg =3D <1>; - #address-cells =3D <1>; - #size-cells =3D <0>; - - edp_out_panel: endpoint@0 { - reg =3D <0>; - remote-endpoint =3D <&panel_in_edp>; - }; - }; +&edp_out { + edp_out_panel: endpoint { + remote-endpoint =3D <&panel_in_edp>; }; }; =20 diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts b/a= rch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts index fdaa8472b7a7..a4ceafe6dd7a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts @@ -142,21 +142,13 @@ sdio_pwrseq: sdio-pwrseq { =20 &edp { status =3D "okay"; +}; =20 - ports { - edp_out: port@1 { - reg =3D <1>; - #address-cells =3D <1>; - #size-cells =3D <0>; - - edp_out_panel: endpoint@0 { - reg =3D <0>; - remote-endpoint =3D <&panel_in_edp>; - }; - }; +&edp_out { + edp_out_panel: endpoint { + remote-endpoint =3D <&panel_in_edp>; }; }; - &i2c1 { i2c-scl-rising-time-ns =3D <300>; i2c-scl-falling-time-ns =3D <15>; --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (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 5E49A25484A for ; Sat, 28 Jun 2025 14:49:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; cv=none; b=EvH5HREWnob3+SB9iQ/yDyNymg+oR9yPQTTINw3nrAu3RJbE1Y/rYt0Beam4ehRBWMOC8K7+lJU80QAkvf+ZgQNJSvXUAAhlTvuKWGtG8w8OT6x8HvBEd2tPvceEcIsjRMwx4KiTYc6+V0LrBCOU4HMu53ftSy6jE73MGhcHpuo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; c=relaxed/simple; bh=X9IwqQTo2UR2KxHZADqXVn1GLFGt+g0mnh2zbr2lFgQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=M1Tc8WDaE7rn4ju1vL85of5IJKJDnIeNzpjPvZt845FGI+loQwFhrBMpSNiEad9TN+JFM+86PLLYf/Tb2qImw/gLzQghkKHhPQzV+9M3wH5+js1WXUns/hC1QAXnqhdYwuNVulLNCXzPKPYtIJK0vUdmYbowTsw1BGJog4laXfA= 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=OPH9awXX; arc=none smtp.client-ip=91.218.175.170 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="OPH9awXX" 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=1751122171; 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: in-reply-to:in-reply-to:references:references; bh=TpHunI4Q5945yEc9hYc94Izz4fWB9Fia9hDC3kt/MFA=; b=OPH9awXXHy0qHBPky613yy557pwSFvvRjvIeVVoQ077ijb6IzrOAtqGUuV3P3Oo4SzZuJH 24FJlLvBY06I57jnFa5hBHGAkm4Bt0UX3c00PqGNzR+tm7Hw6/KHV8IBq97mQSNDI3PJ+y 4wGm1PdWhfnvfr+imV9e2gMdIKPAOOZm8+oPK0g74U/NyaHfBP/gstr7gNYn2nqZ2y0rhy LhhIyaqE8fRAbXcJqCgP+/JaOnff7vQKE1zv6TCN6m2oMqAHF2XLemjDdI6WuICEG8fYcx wMxP90BlPrjRwS/Ec879dRb9/edF9RHDnm3hP2PWr6auf0pwT8Uz0PnVu0AtjA== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 06/10] arm64: dts: rockchip: Simplify mipi_out endpoint on rk3399 RP64 dtso Date: Sat, 28 Jun 2025 16:32:40 +0200 Message-ID: <20250628144915.839338-7-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The only thing actually added here is a single endpoint on mipi_out, which is already defined in rk3399-base.dtsi, so it's simpler to just reference that phandle, which allows the removal of several properties. Signed-off-by: Diederik de Haas --- .../dts/rockchip/rk3399-rockpro64-screen.dtso | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso b/ar= ch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso index a26c8e05c13b..77973ae870b6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso +++ b/arch/arm64/boot/dts/rockchip/rk3399-rockpro64-screen.dtso @@ -52,19 +52,6 @@ &mipi_dsi { #size-cells =3D <0>; status =3D "okay"; =20 - ports { - #address-cells =3D <1>; - #size-cells =3D <0>; - - mipi_out: port@1 { - reg =3D <1>; - - mipi_out_panel: endpoint { - remote-endpoint =3D <&mipi_in_panel>; - }; - }; - }; - mipi_panel: panel@0 { compatible =3D "feiyang,fy07024di26a30d"; reg =3D <0>; @@ -80,6 +67,12 @@ mipi_in_panel: endpoint { }; }; =20 +&mipi_out { + mipi_out_panel: endpoint { + remote-endpoint =3D <&mipi_in_panel>; + }; +} + &pwm0 { status =3D "okay"; }; --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 5006C246BA7 for ; Sat, 28 Jun 2025 14:49:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; cv=none; b=hG8DFZIWirmij3WJ2v6PQtuRG3oUqFxmUwKhITellOjLEbV5repY/I0/7gtuDyEl6WAsHBbYvTLxKs7sQS6rDN1O0B/g2FQbPTuIEcvioLpaPWqmyZT+p/D1gQidpvSwKX/IguxcBkQoZyIcWgDSc8zHnJmVvRn0+QbZaDbRP9o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122175; c=relaxed/simple; bh=KdZ7lvWMzZq+6+Va2Bf1aIrACOXIG7kNfSwqrfkyUMs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=pais0kY81xUTZeJaBg+TPEZc+kl8L9F0IjlJUsmM/z1MHP2Te6ep2f6DmSOO5oX1KBbynnwPaQ6IZ9ZFJU76MB7kBrOOS6EcetID6FhysG5U78ArJUc+hAKun6r942ZDJxdwzeEU4brgPbWVsqkKoWUjub/Pp7MeGT4FYdCAeSI= 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=Tkp51LLF; arc=none smtp.client-ip=91.218.175.186 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="Tkp51LLF" 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=1751122172; 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: in-reply-to:in-reply-to:references:references; bh=855oi/aHiPaIX6D7ew4EHyshWsVi9Qr95Z7nFCB1Mlw=; b=Tkp51LLFHe740iWEvjJdZFOjkfm1kWmsasXj+gApyDniDrHxHcglEBEoZnn9/KgL3G+JgT I/Xq1OUZgjDLbTdEJyqZvGgkGHFBZBU/rDPjdZhoEvnhm6YnQCqPOn0dAobJBLchkPfWKc NKKS3qByIkgV53nzu7ugRFuc/2UPoZYKGTRsVZ3n5riKoZilNb5hf1G+mEUuqGo+4tQnrR 7ZMfb/HTpneU+ChcF8PbUm53ELHF39QUzPWf9NTAC5TUBbuMYTgWqynjOh1Kz9nHmg0Zcm yTVFe9PTfYX4jLS+wqgGjhAQDjlHS5vSQHUGBnBRqum8TFdBU1FRjvIx9iM0sA== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 07/10] arm64: dts: rockchip: Move mipi_out node on rk3399 haikou demo dtso Date: Sat, 28 Jun 2025 16:32:41 +0200 Message-ID: <20250628144915.839338-8-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" According to the DTS coding style [1] referenced nodes should be sorted alpha-numerically so move mipi_out to be after mipi_in_panel. [1] https://www.kernel.org/doc/html/latest/devicetree/bindings/dts-coding-s= tyle.html#order-of-nodes Signed-off-by: Diederik de Haas --- .../dts/rockchip/rk3399-puma-haikou-video-demo.dtso | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dts= o b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso index 0377ec860d35..d28880b8dd44 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso @@ -124,12 +124,6 @@ pca9670: gpio@27 { }; }; =20 -&mipi_out { - mipi_out_panel: endpoint { - remote-endpoint =3D <&mipi_in_panel>; - }; -}; - &mipi_dsi { #address-cells =3D <1>; #size-cells =3D <0>; @@ -151,6 +145,12 @@ mipi_in_panel: endpoint { }; }; =20 +&mipi_out { + mipi_out_panel: endpoint { + remote-endpoint =3D <&mipi_in_panel>; + }; +}; + &pinctrl { pca9670 { pca9670_resetn: pca9670-resetn { --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 9B18E24DCF3 for ; Sat, 28 Jun 2025 14:49:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122178; cv=none; b=cmNRMW48XV1df+LdCUheTIgFz5+UGe+P5kACjYPd+lsmPfIo5kD52bbfeTuyxpyCkuZCmzpcactjh3SNbZG0La+NguevZBt+1eQDDYcwfXxKtvGAyUAjfTR/j02s5VzcEqOapSNi9ALYTGEk3dpZ0oAqGLq5UDIZ40G5RIkD6Lw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122178; c=relaxed/simple; bh=QDduJvC/5cNs1aCofqNCkLX2UcDB8NxT18fZG9lmPDM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=PaH22D6xsGI7nk0xi1UFOAqtqMb+hLuqCgusms58zV9U2rUPGIc8Dn2IQalO6gMW4qXpN0LBxHfOGOpWYCYbqaZ4u7SUs0LM3frVDi14XMXlvHqEUJmvVakehloQf9vsHkuaGn9eLP/IiPxPTsgCJ1kJGrYRkICV60NIEakCFSQ= 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=nQ8LqJ4y; arc=none smtp.client-ip=91.218.175.171 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="nQ8LqJ4y" 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=1751122173; 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: in-reply-to:in-reply-to:references:references; bh=uYtxvQntJrQzDe3coaU4yovvxAekHNN2pEKLjqZB3iA=; b=nQ8LqJ4yGC3JQ6nQNUj8q8M18//XNZ/Y+Jwgv9rA5QpoHncRR/wGdcgmG9JZjx0mhVodSV bUrlHZBdcUQDcfcAAl6qmi1Nuj/AR5x84oQvVMIPGnkrIqu5qozTFeogxKYNJBQqOmFOVL LN/5+PtWf6J8MmjQ1ynJ5W2uAOdEwelm6Yxs82Jrq28cQSCsfVQup947+GftwDPvKVVafP z3OujWTz2TlyFgnI55zyMmkxJO/E0RJWrLIo6dLhpbYUb7uFMiNig4LUyZmEMnUox79ubK 7Fows5vjSseN+2/A3qF61KFmCDsMcJC97wCUvv6cbh8YfkRQRhLZpcCO/5lweQ== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 08/10] arm64: dts: rockchip: Fix LCD panel port on rk3566-pinetab2 Date: Sat, 28 Jun 2025 16:32:42 +0200 Message-ID: <20250628144915.839338-9-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The MIPI DSI connector on the PineTab2 only has 1 port with 1 endpoint, so drop the unit-address properties. While at it, move 'rotation' property to its proper sorting position. This fixes the following DTB validation warnings: node has a unit name, but no reg or ranges property Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi b/arch/arm64= /boot/dts/rockchip/rk3566-pinetab2.dtsi index 3473b1eef5cd..d0e38412d56a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi @@ -282,11 +282,11 @@ lcd: panel@0 { reg =3D <0>; backlight =3D <&backlight>; enable-gpios =3D <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; - rotation =3D <90>; power-supply =3D <&vcc_3v3>; + rotation =3D <90>; =20 - port@0 { - panel_in_dsi: endpoint@0 { + port { + panel_in_dsi: endpoint { remote-endpoint =3D <&dsi0_out_con>; }; }; --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 5BBED25A2DA for ; Sat, 28 Jun 2025 14:49:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122178; cv=none; b=aLF2EJwf8ZlzfaIJwTTjEA/NXCA1BcQFpPTNxlzisKCEP7zsBsckPkAi09z94HRbvD9V28Ak4QDAONA8SZT56QbHOvHxGCKzSt2q7UdZb7t/MUkyKSrkUwJLjixVA1N5t12tFEXXVVBBSJ/527ZZl0D0UPA19l1MScqc+30VvCc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122178; c=relaxed/simple; bh=rF0nR+ZGjjWrOatx6EGJOUBzErZKLCLRQjJyAMPB9s0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fdtdzTMjZ8iVzPZ04t/Vk9uy2LVOStZ/4Imfbp5ZfsghSHJ3MMmG/MQhIsn7E8cH791douxhQCHcJC7rYUJ+yDKPusJLsOPlqgXejJOhSGYjMOD3iL0N37jY7pw814yxp/URGVAUmfurTxYtzEXwKI1QP00oI339dXYUX9Iw0pk= 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=nR6MuKU4; arc=none smtp.client-ip=91.218.175.180 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="nR6MuKU4" 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=1751122174; 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: in-reply-to:in-reply-to:references:references; bh=kTB3zWm7oNw70pUsCc6ZoGv3uOF6aJxYArBzhguuOPM=; b=nR6MuKU47bJA67UcLFEOguwkqzi5gzBos23kl/TG+n7+70Qkd28gpAvRifR3rwpUsaUUte NK8x9Vnsklc68AFCDmCgEk8/0KWGFKRhY7w/7ZeOAgpjWAg53BO0D+zFYw/bJcgY0m3lQU A4luaI+6HJEywR+/Kf/WY07cArCNShjWkMaYTNGVt/mdNTHIcJg3xnREQeBQAE1beLjd84 dbmcNX7WI5s1fCcMQ55bQLtU0ZUL+PAw5wX8NQ90ET0RaqaHeeCe+e6ksVFLusvDok5Q6H aw1Yc+gDwKd4EPYfF8l2YmWM6XWcIiNRUxN7OXBukPhtlaUIssjLaDgHnkLmRQ== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 09/10] arm64: dts: rockchip: Drop unneeded address+size-cells on px30 Date: Sat, 28 Jun 2025 16:32:43 +0200 Message-ID: <20250628144915.839338-10-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" On nodes with compatible "rockchip,px30-usb2phy-grf", the #address-cells and #size-cells are required and consequently their child nodes should have unit addresses. That is not the case for the px30-pmugrf and px30-grf nodes, so remove them there. This fixes the following DTB validation warnings: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/px30.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/r= ockchip/px30.dtsi index 5034ad8019a8..46f64cd33b9b 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -351,8 +351,6 @@ power-domain@PX30_PD_GPU { pmugrf: syscon@ff010000 { compatible =3D "rockchip,px30-pmugrf", "syscon", "simple-mfd"; reg =3D <0x0 0xff010000 0x0 0x1000>; - #address-cells =3D <1>; - #size-cells =3D <1>; =20 pmu_io_domains: io-domains { compatible =3D "rockchip,px30-pmu-io-voltage-domain"; @@ -453,8 +451,6 @@ gic: interrupt-controller@ff131000 { grf: syscon@ff140000 { compatible =3D "rockchip,px30-grf", "syscon", "simple-mfd"; reg =3D <0x0 0xff140000 0x0 0x1000>; - #address-cells =3D <1>; - #size-cells =3D <1>; =20 io_domains: io-domains { compatible =3D "rockchip,px30-io-voltage-domain"; --=20 2.50.0 From nobody Fri Dec 19 17:37:46 2025 Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (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 796C325BF1C for ; Sat, 28 Jun 2025 14:49:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.181 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122180; cv=none; b=X5+oPvZ9J6zAaYQZimufjgoYY0Fclwne4ZXofCZe0fZUIQhwv6xpx8Hy9ZW3fAIhxqjiuIoQbduXobCEAMaqt6T/fg3B55gAINr5XuS9ze17mkcBH40e43cNiWqb8xlI0H9Pxw0da6rlTgSlastKJg0x0LGzaQCCunbYO9iR1nA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751122180; c=relaxed/simple; bh=nsAfoD3v/HBr6ID5bxFuUM7z5sm2UrulP0r+6b9gb7Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Moq1gxewUhCr1lXOCqLkie3F5i4m0axBsQoiKvqvx6o3QTXRfRM5JFWjDbxd4tt2Tmgfa11TLifZAq3sIOvRknLk9hugG69d1seBDPwwxzf686OhB7cN1/mK4lbRSsyiZGz/8dWiYdwy9RIA1iVHRUQZ9TsURLAbtf7H2RurccM= 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=daIS9324; arc=none smtp.client-ip=91.218.175.181 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="daIS9324" 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=1751122175; 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: in-reply-to:in-reply-to:references:references; bh=nOCOpdzyJGYo0WmyPHPzo5U4cOQf2vkC3N8qsd5gyAo=; b=daIS9324QttA57y7l+xdjF7zturzgBK5nNg+qp3Hk7JGrM5dsSwOhhvgWyEOv2FaWA6MgQ wNZDOMw83JkimbY/BaGuief0BcMrDrw7TLOAMfIfpSnu05VHGMBji2Q3nMAkNM99walqix nkxax+IBVUL8jS5pnk+2DI7eutzBBjrcMK5X2worrx6c8OFrDQI2iuR/5SzLoZmuby5/R7 9OfOAu+w60u3SyjLzP5l4ipwonv5LF0ia+6l7DiGoSQzE2g1BgUyJB897dmulltNf2vUoB Rrawoo02XSQFcRVttstA+PpPp0evYF5WTfjTXy6NERsMmDJFjB+6Ha/+k7Vg+g== From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Dragan Simic , Quentin Schulz , Johan Jonker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH v2 10/10] arm64: dts: rockchip: Drop regulator-compatible property on rk3399 Date: Sat, 28 Jun 2025 16:32:44 +0200 Message-ID: <20250628144915.839338-11-didi.debian@cknow.org> In-Reply-To: <20250628144915.839338-1-didi.debian@cknow.org> References: <20250628144915.839338-1-didi.debian@cknow.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The regulator-compatible property has never existed in the regulator/fcs,fan53555.yaml binding, so drop it. This fixes the following DTB validation warnings: Unevaluated properties are not allowed ('regulator-compatible' was unexpected) Signed-off-by: Diederik de Haas --- arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts | 2 -- arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts b/arch/arm6= 4/boot/dts/rockchip/rk3399-hugsun-x99.dts index 81c4fcb30f39..352c8efb37e0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts @@ -211,7 +211,6 @@ &i2c0 { vdd_cpu_b: syr827@40 { compatible =3D "silergy,syr827"; reg =3D <0x40>; - regulator-compatible =3D "fan53555-reg"; pinctrl-0 =3D <&vsel1_pin>; regulator-name =3D "vdd_cpu_b"; regulator-min-microvolt =3D <712500>; @@ -229,7 +228,6 @@ regulator-state-mem { vdd_gpu: syr828@41 { compatible =3D "silergy,syr828"; reg =3D <0x41>; - regulator-compatible =3D "fan53555-reg"; pinctrl-0 =3D <&vsel2_pin>; regulator-name =3D "vdd_gpu"; regulator-min-microvolt =3D <712500>; diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts b/arch/ar= m64/boot/dts/rockchip/rk3399-rock-4c-plus.dts index 15da5c80d25d..962b8b231c96 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts @@ -421,7 +421,6 @@ vdd_cpu_b: regulator@40 { compatible =3D "silergy,syr827"; reg =3D <0x40>; fcs,suspend-voltage-selector =3D <1>; - regulator-compatible =3D "fan53555-reg"; pinctrl-0 =3D <&vsel1_gpio>; vsel-gpios =3D <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>; regulator-name =3D "vdd_cpu_b"; @@ -440,7 +439,6 @@ vdd_gpu: regulator@41 { compatible =3D "silergy,syr828"; reg =3D <0x41>; fcs,suspend-voltage-selector =3D <1>; - regulator-compatible =3D "fan53555-reg"; pinctrl-0 =3D <&vsel2_gpio>; vsel-gpios =3D <&gpio1 RK_PB6 GPIO_ACTIVE_HIGH>; regulator-name =3D "vdd_gpu"; --=20 2.50.0