usb-phy support for the old rk3036 soc
From: Heiko Stuebner <heiko@...> Date: Sat, 3 May 2025 22:11:38 +0200
While trying to resurrect the rk3036 board in my boardfarm, I also implemented the up to now missing usb2phy support. The implementation is quite similar to the rk3128, except the not- supported charger-detection, so its addition was quite simple. Heiko Stuebner (3): dt-bindings: phy: rockchip,inno-usb2phy: add rk3036 compatible phy: rockchip: inno-usb2: add phy definition for rk3036 ARM: dts: rockchip: add rk3036 usb2phy nodes and enable them on kylin .../bindings/phy/rockchip,inno-usb2phy.yaml | 2 ++ arch/arm/boot/dts/rockchip/rk3036-kylin.dts | 12 +++++++ arch/arm/boot/dts/rockchip/rk3036.dtsi | 35 +++++++++++++++++++ drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 32 +++++++++++++++++ 4 files changed, 81 insertions(+) -- 2.47.2
Patches in this set
- [0001] dt-bindings: phy: rockchip,inno-usb2phy: add rk3036 (raw)
- [0002] phy: rockchip: inno-usb2: add phy definition for rk3036 (raw)
- [0003] ARM: dts: rockchip: add rk3036 usb2phy nodes and enable (raw)
Statistics
- 3 individual patches
- 81 lines added
- 0 lines removed