ARM: dts: imx6: fix IPU1 DI1 node name
This node describes the DI1 port of IPU, fix the node name to reflect this. There's currently no user of this node in mainline, so this change should not break any supported platforms. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e5adcb7c8a
commit
f255f89f93
|
@ -93,7 +93,7 @@ port@0 {
|
|||
reg = <0>;
|
||||
|
||||
lcd_display_in: endpoint {
|
||||
remote-endpoint = <&ipu1_di0_disp1>;
|
||||
remote-endpoint = <&ipu1_di1_disp1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -210,7 +210,7 @@ rtc_i2c: rtc@68 {
|
|||
};
|
||||
};
|
||||
|
||||
&ipu1_di0_disp1 {
|
||||
&ipu1_di1_disp1 {
|
||||
remote-endpoint = <&lcd_display_in>;
|
||||
};
|
||||
|
||||
|
|
|
@ -1256,7 +1256,7 @@ ipu1_di1: port@3 {
|
|||
#size-cells = <0>;
|
||||
reg = <3>;
|
||||
|
||||
ipu1_di0_disp1: disp1-endpoint {
|
||||
ipu1_di1_disp1: disp1-endpoint {
|
||||
};
|
||||
|
||||
ipu1_di1_hdmi: hdmi-endpoint {
|
||||
|
|
Loading…
Reference in New Issue