Skip to content

Commit

Permalink
boards: google,kevin: fix rockchip-usb2phy{0,1}-probed failure
Browse files Browse the repository at this point in the history
The following bootrr test cases are constantly failed:
- rockchip-usb2phy0-probed
- rockchip-usb2phy1-probed

The node names have been renamed by upstream commit 8c3d64251ac5
("arm64: dts: rockchip: rename nodename for phy-rockchip-inno-usb2").

Fix the device names accordingly.

Signed-off-by: Tzung-Bi Shih <[email protected]>
  • Loading branch information
Tzung-Bi Shih committed Feb 7, 2023
1 parent 5025257 commit 57a35d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/google,kevin
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ assert_device_present rockchip-typec-phy0-probed rockchip-typec-phy ff7c0000.*
assert_device_present rockchip-typec-phy1-probed rockchip-typec-phy ff800000.*

assert_driver_present rockchip-usb2phy-driver-present rockchip-usb2phy
assert_device_present rockchip-usb2phy0-probed rockchip-usb2phy ff770000.syscon:usb2-phy@e450
assert_device_present rockchip-usb2phy1-probed rockchip-usb2phy ff770000.syscon:usb2-phy@e460
assert_device_present rockchip-usb2phy0-probed rockchip-usb2phy ff770000.syscon:usb2phy@e450
assert_device_present rockchip-usb2phy1-probed rockchip-usb2phy ff770000.syscon:usb2phy@e460

assert_driver_present rockchip-vop-driver-present rockchip-vop
assert_device_present rockchip-vop0-probed rockchip-vop ff8f0000.*
Expand Down

0 comments on commit 57a35d1

Please sign in to comment.