mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 06:15:38 +07:00
ARM: dts: rtd1195: 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
cc022ebcaf
commit
aff13f7cc8
@ -100,6 +100,15 @@ rbus: bus@18000000 {
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x18000000 0x70000>;
|
||||
|
||||
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