mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
riscv: Don't reserve AI ram in k210 dts
It is no longer necessary to disallow ai ram, since it is enabled by the sram driver. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
2111f4e8bf
commit
81dadfa4bc
1 changed files with 0 additions and 12 deletions
|
@ -94,17 +94,6 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
ai_reserved: ai@80600000 {
|
||||
reg = <0x80600000 0x200000>;
|
||||
reusable;
|
||||
};
|
||||
};
|
||||
|
||||
clocks {
|
||||
in0: osc {
|
||||
compatible = "fixed-clock";
|
||||
|
@ -179,7 +168,6 @@
|
|||
reg = <0x40800000 0xc00000>;
|
||||
interrupts = <25>;
|
||||
clocks = <&sysclk K210_CLK_AI>;
|
||||
memory-region = <&ai_reserved>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue