summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3328-android.dtsi
AgeCommit message (Collapse)Author
2019-01-29arm64: dts: rockchip: increase atomic coherent pool size for rk3399/rk3328William Wu
The Seagate Expansion Portable Drive HDD (ext4 file system, idVendor=0bc2, idProduct=2321) is reported to fail to work on the rk3399/rk3328 platforms USB 3.0 interface with the following error message when do read/write operation by dd command: xhci-hcd xhci-hcd.11.auto: Ring expansion failed It's because that xHCI use the dma_pool_alloc() to allocate DMA buffer for segment_pool with GFP_ATOMIC flag, however, the default 256 KiB coherent pool is too small for the USB HDD, so increase it to 1024 KiB to make sure that devices will be able to allocate their DMA buffers with GFP_ATOMIC flag. Change-Id: Ic94c9ceeeb4adabe860af46546550aa8f73f11ca Signed-off-by: William Wu <william.wu@rock-chips.com>
2018-10-17arm64: dts: rockchip: rk3328-android: separate android firewareZhangbin Tong
Split DT source files to separate out android fireware specific DT bindings. Change-Id: I8f4149cb645258d89fdc8742199126c1ff2af897 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-24arm64: dts: rockchip: rk3328: Add kpti=0 to kernel bootargsZhangbin Tong
Change-Id: I1be893667fec0d9bf8edd7c29150aa2084b72000 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-08-24arm64: dts: rockchip: rk3328: Add swiotlb=1 to kernel bootargsZhangbin Tong
Change-Id: I18dbb6730dbb9e639b6827c5653afcdcc5b52661 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
2018-04-12arm64: dts: rockchip: rk3328-evb-android: set cma memory to 32MRimon Xu
When playing secure video, you need to interact with secure OS. The interaction to secureOS must be a physical continuous memory, so CMA needs to be used, and now CMA is not enough and 32M is enough. Change-Id: Ie665152808a048045e702b3e0e9d9137f30975b5 Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
2018-03-29ARM64: dts: rockchip: add secure drm buffer for rk3328Xuhanrui
default disable Change-Id: Ic24b6e10f5ab34c755458df8b30f179c8a9277fd Signed-off-by: Xuhanrui <xhr@rock-chips.com>
2018-02-05ARM64: dts: rockchip: rk3328-android: Enable tve uboot logoAlgea Cao
Change-Id: If2855f3fc8215c7b4ab9edc2d97dbac5b1c086ef Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
2018-01-22arm64: dts: rockchip: rk3328-evb-android: set logo mode to fullscreenSandy Huang
Change-Id: I4cb8e2c6bd2c4b09beaad11f9a3860f9c5ec16f6 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
2017-12-21arm64: dts: rockchip: rk3328-evb-android: move some common nodes to dtsiLiang Chen
Some nodes are always used for android, so we move them to android.dtsi. Change-Id: Ifc5ef68dd00f14a0faec4a24998feef6dc592d5e Signed-off-by: Liang Chen <cl@rock-chips.com>