Skip to content

Commit

Permalink
Add reserved-memory node for hdmirx-controller on Youyeetoo R1 v3 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKali authored Sep 15, 2024
1 parent 670dd82 commit ceeca9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-youyeetoo-r1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,21 @@
pwms = <&pwm6 0 40000 0>;
fan-supply = <&vcc12v_dcin>;
};

/* If hdmirx node is disabled, delete the reserved-memory node here. */
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;

/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
cma {
compatible = "shared-dma-pool";
reusable;
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
linux,cma-default;
};
};
};

/* AUDIO */
Expand Down

0 comments on commit ceeca9f

Please sign in to comment.