Commit 186444c1 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Heiko Stuebner

arm64: dts: rockchip: fix px30 lvds ports

The lvds controller has two ports. port@0 for the connection
to the display controller(s) and port@1 for the connection to
the panel, so should have a ports node covering the port@x nodes.
Signed-off-by: default avatarHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20200121222055.4068166-1-heiko@sntech.de
parent 8a469ee3
...@@ -413,14 +413,16 @@ io_domains: io-domains { ...@@ -413,14 +413,16 @@ io_domains: io-domains {
lvds: lvds { lvds: lvds {
compatible = "rockchip,px30-lvds"; compatible = "rockchip,px30-lvds";
#address-cells = <1>;
#size-cells = <0>;
phys = <&dsi_dphy>; phys = <&dsi_dphy>;
phy-names = "dphy"; phy-names = "dphy";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
rockchip,output = "lvds"; rockchip,output = "lvds";
status = "disabled"; status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 { port@0 {
reg = <0>; reg = <0>;
#address-cells = <1>; #address-cells = <1>;
...@@ -438,6 +440,7 @@ lvds_vopl_in: endpoint@1 { ...@@ -438,6 +440,7 @@ lvds_vopl_in: endpoint@1 {
}; };
}; };
}; };
};
uart1: serial@ff158000 { uart1: serial@ff158000 {
compatible = "rockchip,px30-uart", "snps,dw-apb-uart"; compatible = "rockchip,px30-uart", "snps,dw-apb-uart";
......
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