mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
arm64: dts: rockchip: rk3568 add io-domain node
Change-Id: Ib5b4b32faa114d227f463bcb5e0c95d4ccf197a0 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
e6684b5e75
commit
8b375d3429
|
|
@ -128,11 +128,21 @@ its: interrupt-controller@fd420000 {
|
|||
pmugrf: syscon@fdc20000 {
|
||||
compatible = "rockchip,rk3568-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfdc20000 0x0 0x10000>;
|
||||
|
||||
pmu_io_domains: io-domains {
|
||||
compatible = "rockchip,rk3568-pmu-io-voltage-domain";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
grf: syscon@fdc60000 {
|
||||
compatible = "rockchip,rk3568-grf", "syscon", "simple-mfd";
|
||||
reg = <0x0 0xfdc60000 0x0 0x10000>;
|
||||
|
||||
io_domains: io-domains {
|
||||
compatible = "rockchip,rk3568-io-voltage-domain";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
pmucru: clock-controller@fdd00000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user