projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975e9bb
)
arm64: dts: rockchip: fix px30 lvds node
author
Johan Jonker
<jbx6244@gmail.com>
Thu, 22 Dec 2022 14:31:22 +0000
(15:31 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Wed, 22 Mar 2023 23:38:28 +0000
(
00:38
+0100)
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>
arch/arm64/boot/dts/rockchip/px30.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/px30.dtsi
b/arch/arm64/boot/dts/rockchip/px30.dtsi
index 4f6959eb564d54cc7e108aecf9941a82476946de..8aa80106e5c31ad83ef2b2e78ce31d0322140458 100644
(file)
--- 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>;
+ };
};
};
};