Skip to content

Commit

Permalink
ARM: dts: bcm2838: Add upstream RNG compatible
Browse files Browse the repository at this point in the history
This adds the ability to use the RNG with an upstream kernel.
Keep the old one for backward compatibility.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
  • Loading branch information
lategoodbye authored and pelwell committed Jan 17, 2020
1 parent 2b48184 commit 436302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2838.dtsi
Expand Up @@ -682,7 +682,7 @@
};

&rng {
compatible = "brcm,bcm2838-rng200";
compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
};

&sdhost {
Expand Down

0 comments on commit 436302f

Please sign in to comment.