Commit ceb5b5de authored by Andreas Faerber's avatar Andreas Faerber Committed by Kukjin Kim

ARM: dts: Simplify USB3503 on exynos5250-arndale

There's no need for a simple-bus, place the smsc,usb3503a directly into
the root node. That's what we're going to do on exynos5250-spring.
Reported-by: default avatarTomasz Figa <t.figa@samsung.com>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarAndreas Faerber <afaerber@suse.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent e79bfe12
...@@ -108,18 +108,12 @@ xxti { ...@@ -108,18 +108,12 @@ xxti {
}; };
}; };
usb_hub_bus { // SMSC USB3503 connected in hardware only mode as a PHY
compatible = "simple-bus"; usb_hub: usb-hub {
#address-cells = <1>; compatible = "smsc,usb3503a";
#size-cells = <0>;
// SMSC USB3503 connected in hardware only mode as a PHY reset-gpios = <&gpx3 5 GPIO_ACTIVE_LOW>;
usb_hub: usb_hub { connect-gpios = <&gpd1 7 GPIO_ACTIVE_LOW>;
compatible = "smsc,usb3503a";
reset-gpios = <&gpx3 5 GPIO_ACTIVE_LOW>;
connect-gpios = <&gpd1 7 GPIO_ACTIVE_LOW>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment