ARM: dts: OMAP3: disable RNG on N950/N9

Like on N900, we cannot access RNG directly on N950/N9. Mark it disabled in
the DTS to allow kernel to boot.

Fixes: 308607e554 ("ARM: dts: Configure omap3 rng")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Aaro Koskinen 2020-03-25 23:21:49 +02:00 коммит произвёл Tony Lindgren
Родитель dfa7ea303f
Коммит 07bdc492cf
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -341,6 +341,11 @@
status = "disabled"; status = "disabled";
}; };
/* RNG not directly accessible on N950/N9. */
&rng_target {
status = "disabled";
};
&usb_otg_hs { &usb_otg_hs {
interface-type = <0>; interface-type = <0>;
usb-phy = <&usb2_phy>; usb-phy = <&usb2_phy>;