Skip to content

Commit b236329

Browse files
committed
Merge tag 'v6.8-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
RK3036 fix for emmc init issue and stdout-path for the console on rk3036 kylin. * tag 'v6.8-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: Remove rockchip,default-sample-phase from rk3036.dtsi ARM: dts: rockchip: Add stdout-path for rk3036 kylin Link: https://lore.kernel.org/r/15502825.JCcGWNJJiE@diego Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 228307a + bb0b255 commit b236329

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm/boot/dts/rockchip/rk3036-kylin.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
model = "Rockchip RK3036 KylinBoard";
99
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
1010

11+
chosen {
12+
stdout-path = "serial2:115200n8";
13+
};
14+
1115
memory@60000000 {
1216
device_type = "memory";
1317
reg = <0x60000000 0x20000000>;

arch/arm/boot/dts/rockchip/rk3036.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
286286
<&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
287287
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
288-
rockchip,default-sample-phase = <158>;
289288
disable-wp;
290289
dmas = <&pdma 12>;
291290
dma-names = "rx-tx";

0 commit comments

Comments
 (0)