The Toshiba TC358764 bridge binding expect up two ports as it is a
bridge, thus add ports property to encapsulate them.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts 
b/arch/arm/boot/dts/exynos5250-arndale.dts
index 2e3da5670bc2..c03bb436bfed 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -192,12 +192,15 @@ bridge@0 {
                vddio-supply = <&vcc_1v8_reg>;
                vddlvds-supply = <&vcc_3v3_reg>;
                reset-gpios = <&gpd1 6 GPIO_ACTIVE_LOW>;
-               #address-cells = <1>;
-               #size-cells = <0>;
-               port@1 {
-                       reg = <1>;
-                       bridge_out_ep: endpoint {
-                               remote-endpoint = <&panel_ep>;
+
+               ports {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       port@1 {
+                               reg = <1>;
+                               bridge_out_ep: endpoint {
+                                       remote-endpoint = <&panel_ep>;
+                               };
                        };
                };
        };
-- 
2.34.1

Reply via email to