Skip to content

Commit 74532de

Browse files
rmurphy-armmmind
authored andcommitted
arm64: dts: rockchip: Disable display for NanoPi R2S
NanoPi R2S is headless, so rightly does not enable any of the display interface hardware, which currently provokes an obnoxious error in the boot log from the fake DRM device failing to find anything to bind to. It probably isn't *too* hard to obviate the fake device shenanigans entirely with a bit of driver reshuffling, but for now let's just disable it here to shut up the spurious error. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/c4553dfad1ad6792c4f22454c135ff55de77e2d6.1611186099.git.robin.murphy@arm.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 94a5400 commit 74532de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
cpu-supply = <&vdd_arm>;
115115
};
116116

117+
&display_subsystem {
118+
status = "disabled";
119+
};
120+
117121
&gmac2io {
118122
assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
119123
assigned-clock-parents = <&gmac_clk>, <&gmac_clk>;

0 commit comments

Comments
 (0)