Skip to content

Commit 2925732

Browse files
committed
Merge tag 'v6.4-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
MMC-aliases for rk3288-veyron devices and some dts node adaptions for yaml conversions recently merged into the drm tree. * tag 'v6.4-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: fix rk3288 dp node ARM: dts: rockchip: fix rk3288 lvds node ARM: dts: rockchip: fix rk3288 dsi node ARM: dts: rockchip: Add mmc aliases for rk3288-veyron devices Link: https://lore.kernel.org/r/9713202.NyiUUSuA9g@phil Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents ff68e81 + 95e2ac6 commit 2925732

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
* Copyright 2015 Google, Inc
66
*/
77

8+
/ {
9+
aliases {
10+
mmc1 = &sdmmc;
11+
};
12+
};
13+
814
&io_domains {
915
sdcard-supply = <&vccio_sd>;
1016
};

arch/arm/boot/dts/rk3288-veyron.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#include "rk3288.dtsi"
1111

1212
/ {
13+
aliases {
14+
mmc0 = &emmc;
15+
};
16+
1317
chosen {
1418
stdout-path = "serial2:115200n8";
1519
};

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
status = "disabled";
11151115
};
11161116

1117-
mipi_dsi: mipi@ff960000 {
1117+
mipi_dsi: dsi@ff960000 {
11181118
compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
11191119
reg = <0x0 0xff960000 0x0 0x4000>;
11201120
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
@@ -1125,18 +1125,28 @@
11251125
status = "disabled";
11261126

11271127
ports {
1128-
mipi_in: port {
1128+
#address-cells = <1>;
1129+
#size-cells = <0>;
1130+
1131+
mipi_in: port@0 {
1132+
reg = <0>;
11291133
#address-cells = <1>;
11301134
#size-cells = <0>;
1135+
11311136
mipi_in_vopb: endpoint@0 {
11321137
reg = <0>;
11331138
remote-endpoint = <&vopb_out_mipi>;
11341139
};
1140+
11351141
mipi_in_vopl: endpoint@1 {
11361142
reg = <1>;
11371143
remote-endpoint = <&vopl_out_mipi>;
11381144
};
11391145
};
1146+
1147+
mipi_out: port@1 {
1148+
reg = <1>;
1149+
};
11401150
};
11411151
};
11421152

@@ -1157,19 +1167,23 @@
11571167

11581168
lvds_in: port@0 {
11591169
reg = <0>;
1160-
11611170
#address-cells = <1>;
11621171
#size-cells = <0>;
11631172

11641173
lvds_in_vopb: endpoint@0 {
11651174
reg = <0>;
11661175
remote-endpoint = <&vopb_out_lvds>;
11671176
};
1177+
11681178
lvds_in_vopl: endpoint@1 {
11691179
reg = <1>;
11701180
remote-endpoint = <&vopl_out_lvds>;
11711181
};
11721182
};
1183+
1184+
lvds_out: port@1 {
1185+
reg = <1>;
1186+
};
11731187
};
11741188
};
11751189

@@ -1190,19 +1204,26 @@
11901204
ports {
11911205
#address-cells = <1>;
11921206
#size-cells = <0>;
1207+
11931208
edp_in: port@0 {
11941209
reg = <0>;
11951210
#address-cells = <1>;
11961211
#size-cells = <0>;
1212+
11971213
edp_in_vopb: endpoint@0 {
11981214
reg = <0>;
11991215
remote-endpoint = <&vopb_out_edp>;
12001216
};
1217+
12011218
edp_in_vopl: endpoint@1 {
12021219
reg = <1>;
12031220
remote-endpoint = <&vopl_out_edp>;
12041221
};
12051222
};
1223+
1224+
edp_out: port@1 {
1225+
reg = <1>;
1226+
};
12061227
};
12071228
};
12081229

0 commit comments

Comments
 (0)