diff options
| author | Johan Jonker <jbx6244@gmail.com> | 2022-12-22 15:31:22 +0100 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2023-03-23 00:38:28 +0100 |
| commit | 0d5e24918976edffffee006e07730434a36d264a (patch) | |
| tree | 7f55cc1bde56cc2d0920dbfbc8e715ebf2c53e5f | |
| parent | 975e9bbad11950fc8276f1fa260d8bf2c341aa41 (diff) | |
arm64: dts: rockchip: fix px30 lvds node
With the conversion of rockchip,lvds.yaml a port@1 node
is required, so add a node with label lvds_out.
Also add label lvds_in to port@0.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/99895a4b-25c4-4b64-42ac-6f70940ab56e@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/px30.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 4f6959eb564d..8aa80106e5c3 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -474,7 +474,7 @@ #address-cells = <1>; #size-cells = <0>; - port@0 { + lvds_in: port@0 { reg = <0>; #address-cells = <1>; #size-cells = <0>; @@ -489,6 +489,10 @@ remote-endpoint = <&vopl_out_lvds>; }; }; + + lvds_out: port@1 { + reg = <1>; + }; }; }; }; |
