mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 23:45:31 +08:00
arm64: dts: realtek: rtd16xx: Add CRT syscon node
Prepare a CRT syscon mfd node. Acked-by: James Tai <james.tai@realtek.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
a4516dc56e
commit
4b1b26deeb
@ -137,6 +137,15 @@
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x98000000 0x200000>;
|
||||
|
||||
crt: syscon@0 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x0 0x1000>;
|
||||
reg-io-width = <4>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x0 0x1000>;
|
||||
};
|
||||
|
||||
iso: syscon@7000 {
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x7000 0x1000>;
|
||||
|
Loading…
Reference in New Issue
Block a user