summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChunfeng Yun <[email protected]>2020-05-02 11:35:12 +0200
committerMarek Vasut <[email protected]>2020-05-02 12:32:28 +0200
commit00c82acfe9aadaa624699e4579dace583f944449 (patch)
tree740ddbc4a240d4fe7f50bf5700d0f464f6066be8 /arch
parentb13307b470f4fdfad42aa4c1adcaf1960837d0c4 (diff)
test: dm: phy: add a test item for the phy_bulk API
Add a test item for the phy_bulk API Signed-off-by: Chunfeng Yun <[email protected]> Signed-off-by: Frank Wunderlich <[email protected]> Reviewed-by: Weijie Gao <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 9c00e945010..15cd2330a38 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -159,12 +159,23 @@
broken;
};
+ phy_provider2: gen_phy@2 {
+ compatible = "sandbox,phy";
+ #phy-cells = <0>;
+ };
+
gen_phy_user: gen_phy_user {
compatible = "simple-bus";
phys = <&phy_provider0 0>, <&phy_provider0 1>, <&phy_provider1>;
phy-names = "phy1", "phy2", "phy3";
};
+ gen_phy_user1: gen_phy_user1 {
+ compatible = "simple-bus";
+ phys = <&phy_provider0 0>, <&phy_provider2>;
+ phy-names = "phy1", "phy2";
+ };
+
some-bus {
#address-cells = <1>;
#size-cells = <0>;