From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1047B20296C; Tue, 15 Jul 2025 14:25:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752589560; cv=none; b=UPtvFZu3Uhm/R3TlrLCGx2DG/hAp5SaAKRc6qKjlHLy2k1CMUsmmq1U1sDqLhrhGAyDA011lZ3CWvnEsXnnP1nTL3te4F5gbj9XYxvWA1hhoz61zqCeJGMPILhB/GUfvQztnZ0LnrM5A4K3ELspp8DSaCeAH3Oje162ZdlvUkCA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752589560; c=relaxed/simple; bh=4Iuh1W4p/GuvtYKXIWTDTZsm2HB078xwuI7VRYFOyrw=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=SS6IznmWgwWMBsmUZioH8Q+iYLC1eqjBm0MhiG0NQyC/N+qVRlluuDHBM2G1aT470p87NFCMfP6Fm24W7CgsoOHUY9evoVR43MYyZiIyz9Lfq7BLL0i8ClH0Q5EwZGrezVdr9XAhjBTCrYWU2m1Le3sheDzSDwTrqCQKqt7aKyM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kTO9LMpp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kTO9LMpp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BE2DC4CEE3; Tue, 15 Jul 2025 14:25:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752589559; bh=4Iuh1W4p/GuvtYKXIWTDTZsm2HB078xwuI7VRYFOyrw=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=kTO9LMpppBNDHQsBuRHRm7reVUOsGe4WX1YKctqv6iQWzbpNpKKQr3XuqAkSK85bq qD5CJ4tAUv4cq0Nw/3C25mnl5K4VFYtuHHI8TV2w/b9GmIuoLhDXBUIySdpcLApvic mZhp6F9t9M6TNAtr4xx4Stm8+7csKiPYehRn4VI17JPmZvDP9eycI3HkjLgv7VZP95 86VFSx/X1SJV5jLNwnTO40XUc1OapKhEI6IwCSntnvT6tvzmwpI9BxtnDbZGa23GR/ 4HivpPBJIf/oE9L8cJ0GsWg2OI4gPGr8u/Jj9/LbezFz49+hdJ/20/ZgdzEBaeongY YDjIAY54qI2GQ== Date: Tue, 15 Jul 2025 09:25:58 -0500 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Frank Wang , Krzysztof Kozlowski , Vinod Koul , Chaoyi Chen , dri-devel@lists.freedesktop.org, Thomas Zimmermann , Conor Dooley , Amit Sunil Dhamne , Maarten Lankhorst , Heiko Stuebner , Johan Jonker , linux-kernel@vger.kernel.org, David Airlie , Andy Yan , linux-phy@lists.infradead.org, Kishon Vijay Abraham I , Diederik de Haas , Greg Kroah-Hartman , Dragan Simic , linux-arm-kernel@lists.infradead.org, Yubing Zhang , Simona Vetter , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Sandy Huang , Maxime Ripard To: Chaoyi Chen In-Reply-To: <20250715112456.101-1-kernel@airkyi.com> References: <20250715112456.101-1-kernel@airkyi.com> Message-Id: <175258937557.1273563.1571687320229620719.robh@kernel.org> Subject: Re: [PATCH 0/5] Add Type-C DP support for RK3399 EVB IND board On Tue, 15 Jul 2025 19:24:51 +0800, Chaoyi Chen wrote: > From: Chaoyi Chen > > The RK3399 EVB IND board has a Type-C interface DisplayPort. It use > fusb302 chip as Type-C controller. > > This series focuses on adding TCPM support for USBDP PHY and DP driver. > Before this, the USBDP PHY and DP controller of RK3399 sensed state > changes through extcon, and devices such as the RK3399 Gru-Chromebook > rely on them. This series should not break them. > > Patch1 add missing "displayport" prop for USB connector binding. > Patch2 add new Type-C mode/orientation switch for RK3399 USBDP phy > binding. > Patch3 add TCPM support for RK3399 USBDP PHY. > Patch4 add TCPM support for CDN-DP. > Patch5 add Type-C DP support for RK3399 EVB IND board. > > Chaoyi Chen (5): > dt-bindings: connector: Add displayport connector for hotplug notify > dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode/orientation > switch > phy: rockchip: phy-rockchip-typec: Add support for Type-C TCPM > drm/rockchip: cdn-dp: Add support for Type-C TCPM > arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort > > .../bindings/connector/usb-connector.yaml | 4 + > .../phy/rockchip,rk3399-typec-phy.yaml | 14 + > .../boot/dts/rockchip/rk3399-evb-ind.dts | 119 +++++++ > drivers/gpu/drm/rockchip/cdn-dp-core.c | 37 +- > drivers/phy/rockchip/phy-rockchip-typec.c | 335 +++++++++++++++++- > 5 files changed, 482 insertions(+), 27 deletions(-) > > -- > 2.49.0 > > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade This patch series was applied (using b4) to base: Base: attempting to guess base-commit... Base: tags/next-20250715 (exact match) If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/rockchip/' for 20250715112456.101-1-kernel@airkyi.com: arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtb: dp@fec00000 (rockchip,rk3399-cdn-dp): ports: 'port@0' is a required property from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3399-cdn-dp.yaml# arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtb: dp@fec00000 (rockchip,rk3399-cdn-dp): ports: 'port@1' is a required property from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3399-cdn-dp.yaml# arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtb: dp@fec00000 (rockchip,rk3399-cdn-dp): Unevaluated properties are not allowed ('ports' was unexpected) from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3399-cdn-dp.yaml# arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtb: /sound: failed to match any schema with compatible: ['rockchip,rk3399-gru-sound']