mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM64: dts: rk3399: android: add compatible for stb_devinfo node
Change-Id: Ib45c5ff21f884fba12e39be63740f90bfc4bbc27 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
2d299c096e
commit
11c9d7aa2f
@@ -0,0 +1,28 @@
|
||||
Rockchip devinfo reserved memory device tree bindings
|
||||
=======================================================
|
||||
|
||||
Dev Info Device Node:
|
||||
=======================
|
||||
static allocation a specific range of reserved memory
|
||||
|
||||
Required properties:
|
||||
-----------------
|
||||
- compatible: Should be
|
||||
"rockchip,stb-devinfo"
|
||||
- reg: standard definition
|
||||
|
||||
Example:
|
||||
-----
|
||||
/* RK3399 */
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
...
|
||||
|
||||
stb_devinfo: stb-devinfo@00000000 {
|
||||
compatible = "rockchip,stb-devinfo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
};
|
||||
@@ -99,6 +99,7 @@
|
||||
};
|
||||
|
||||
stb_devinfo: stb-devinfo@00000000 {
|
||||
compatible = "rockchip,stb-devinfo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
};
|
||||
|
||||
stb_devinfo: stb-devinfo@00000000 {
|
||||
compatible = "rockchip,stb-devinfo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user