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:

committed by
Leo Yu-Chi Liang

parent
2111f4e8bf
commit
81dadfa4bc
@@ -94,17 +94,6 @@
|
|||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
reserved-memory {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
ranges;
|
|
||||||
|
|
||||||
ai_reserved: ai@80600000 {
|
|
||||||
reg = <0x80600000 0x200000>;
|
|
||||||
reusable;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
clocks {
|
clocks {
|
||||||
in0: osc {
|
in0: osc {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
@@ -179,7 +168,6 @@
|
|||||||
reg = <0x40800000 0xc00000>;
|
reg = <0x40800000 0xc00000>;
|
||||||
interrupts = <25>;
|
interrupts = <25>;
|
||||||
clocks = <&sysclk K210_CLK_AI>;
|
clocks = <&sysclk K210_CLK_AI>;
|
||||||
memory-region = <&ai_reserved>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user