summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-05-25 13:49:26 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-05-25 13:49:26 +0200
commitdf47165fbd387bcd6598ae00fd1133c16709c849 (patch)
treecbe239b9c056bc3806485280c4b035eff12733b0
parent0b48b0ae1272c5ca2b41ae64d85569323057dac9 (diff)
rk3399-puma-peafowl.dts: use tx1rx1 name consistently
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-puma-peafowl.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-peafowl.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma-peafowl.dts
index 4535bd424856..6fd734361e2d 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma-peafowl.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-peafowl.dts
@@ -40,7 +40,7 @@
#address-cells = <1>;
#size-cells = <0>;
- dphy_rx0_csi_in: endpoint {
+ dphy_tx1rx1_csi_in: endpoint {
reg = <0>;
remote-endpoint = <&hdmi2csi_out>;
data-lanes = <1 2 3 4>;
@@ -50,8 +50,8 @@
port@1 {
reg = <1>;
- dphy_txrx1_out: endpoint {
- remote-endpoint = <&isp0_mipi_in>;
+ dphy_tx1rx1_out: endpoint {
+ remote-endpoint = <&isp1_mipi_in>;
};
};
};
@@ -76,7 +76,7 @@
port {
hdmi2csi_out: endpoint {
- remote-endpoint = <&dphy_rx0_csi_in>;
+ remote-endpoint = <&dphy_tx1rx1_csi_in>;
clock-lanes = <0>;
data-lanes = <1 2 3 4>;
clock-noncontinuous;
@@ -97,9 +97,9 @@
#address-cells = <1>;
#size-cells = <0>;
- isp0_mipi_in: endpoint@0 {
+ isp1_mipi_in: endpoint@0 {
reg = <0>;
- remote-endpoint = <&dphy_txrx1_out>;
+ remote-endpoint = <&dphy_tx1rx1_out>;
};
};
};