mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: Rename rockchip_tb to thunder-boot-mmc for rv1126-evb-ddr3-v10-tb
Change-Id: I590acea39d950abad144e58a419931c2b7fa4639 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
no-map;
|
||||
};
|
||||
|
||||
idma_descriptor: mmc_idma@500000 {
|
||||
mmc_idmac: mmc@500000 {
|
||||
reg = <0x00500000 0x00100000>;
|
||||
};
|
||||
|
||||
@@ -68,6 +68,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
thunder-boot-mmc {
|
||||
compatible = "rockchip,thunder-boot-mmc";
|
||||
reg = <0xffc50000 0x4000>;
|
||||
memory-region-src = <&ramdisk_c>;
|
||||
memory-region-dst = <&ramdisk_r>;
|
||||
memory-region-idmac = <&mmc_idmac>;
|
||||
};
|
||||
|
||||
thunder-boot-rkisp {
|
||||
compatible = "rockchip,thunder-boot-rkisp";
|
||||
clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>,
|
||||
@@ -87,14 +95,6 @@
|
||||
pinctrl-0 = <&mipicsi_clk0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
rockchip_tb {
|
||||
compatible = "rockchip,thunder-boot-mmc";
|
||||
reg = <0xffc50000 0x4000>;
|
||||
memory-region-src = <&ramdisk_c>;
|
||||
memory-region-dst = <&ramdisk_r>;
|
||||
memory-region-idmac = <&idma_descriptor>;
|
||||
};
|
||||
};
|
||||
|
||||
&cpu0_opp_table {
|
||||
|
||||
Reference in New Issue
Block a user