Skip to content

Commit

Permalink
ayufan: dts: rockpro64: enable 32MB ion
Browse files Browse the repository at this point in the history
Change-Id: I4c372c357bd864bb96aac9334e73ac1187f57da0
  • Loading branch information
ayufan committed Apr 9, 2019
1 parent b647d9a commit d20421e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
reg = <0x0 0xff8d0000 0x0 0x20000>; /* 128k */
};

ion {
compatible = "rockchip,ion";
#address-cells = <1>;
#size-cells = <0>;

cma-heap {
reg = <0x00000000 0x02000000>;
};

system-heap {
};
};

aliases {
ethernet0 = &gmac;
};
Expand Down
1 change: 1 addition & 0 deletions drivers/net/wireless/rockchip_wlan/rtl8812au
Submodule rtl8812au added at 881375

0 comments on commit d20421e

Please sign in to comment.