mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
arm64: dts: rockchip: enable av1d iommu for rk3588 evb/tablet
The av1d node is register av1dec_bus not platform bus, so it no need to set okay status. Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com> Signed-off-by: Simon Xue <xxm@rock-chips.com> Change-Id: I9c88340d6542c497b3e4b24406db93bd60369fd8
This commit is contained in:
@@ -194,6 +194,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&av1d_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cpu_l0 {
|
||||
cpu-supply = <&vdd_cpu_lit_s0>;
|
||||
mem-supply = <&vdd_cpu_lit_mem_s0>;
|
||||
|
||||
@@ -161,6 +161,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&av1d_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&combphy0_ps {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -262,6 +262,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&av1d_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&avdd_1v2_cam_s0 {
|
||||
regulator-min-microvolt = <1350000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
|
||||
Reference in New Issue
Block a user