Jump to content

[Armbian build PR] - This code was added to the sources, which creates a mess in rk3399-rock-pi-4.dts


Recommended Posts

Posted

Description

This code was added to the source data from the kernel version 5.10.x, possibly even earlier. Accordingly, this patch is not needed. https://github.com/torvalds/linux/blob/v5.10/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi#L188 https://github.com/torvalds/linux/blob/v5.15/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi#L189 https://github.com/torvalds/linux/blob/v6.1/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi#L230

Before disable path: &hdmi_sound { status = "okay"; };

&hdmi_sound { status = "okay"; };

After disable path: &hdmi_sound { status = "okay"; };

How Has This Been Tested?

  • [x] Rock Pi 4 Model B

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines