* Support edge kernel for Rock 3A and rk35xx * Removing patch email headers There is also some script floating around to do this automatically when pooling from patchwork * Update rk356x-usb2-support.patch * Remove email headers * Remove email headers * Remove email headers * Update config and change edge branch * Enable edge beta build * Refresh the rk35xx patches and update the dts Remove also previous wireless patches related to IPX removal * Removing hirsute target deprecated Co-authored-by: Catalin Toda <catalinii@yahoo.com> Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com> Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
33 lines
923 B
Diff
33 lines
923 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
@@ -617,6 +617,28 @@
|
|
#cooling-cells = <2>;
|
|
power-domains = <&power RK3568_PD_GPU>;
|
|
status = "disabled";
|
|
+ };
|
|
+
|
|
+ vpu: video-codec@fdea0400 {
|
|
+ compatible = "rockchip,rk3328-vpu";
|
|
+ reg = <0x0 0xfdea0000 0x0 0x800>;
|
|
+ interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "vdpu";
|
|
+ clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
|
|
+ clock-names = "aclk", "hclk";
|
|
+ iommus = <&vdpu_mmu>;
|
|
+ power-domains = <&power RK3568_PD_VPU>;
|
|
+ };
|
|
+
|
|
+ vdpu_mmu: iommu@fdea0800 {
|
|
+ compatible = "rockchip,rk3568-iommu";
|
|
+ reg = <0x0 0xfdea0800 0x0 0x40>;
|
|
+ interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "vdpu_mmu";
|
|
+ clock-names = "aclk", "iface";
|
|
+ clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;
|
|
+ power-domains = <&power RK3568_PD_VPU>;
|
|
+ #iommu-cells = <0>;
|
|
};
|
|
|
|
sdmmc2: mmc@fe000000 {
|
|
|