diff options
author | Nicolas Saenz Julienne <nsaenzjulienne@suse.de> | 2020-04-15 17:42:33 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2020-04-16 23:58:02 +0300 |
commit | 90444b958461a5f8fc299ece0fe17eab15cba1e1 (patch) | |
tree | 355b688e064ee526dd2a9e5a33b7e3040baf2afc /arch | |
parent | 0f2167d53cd7b2a0df94fd47389092ce45338918 (diff) | |
download | linux-90444b958461a5f8fc299ece0fe17eab15cba1e1.tar.xz |
ARM: dts: bcm283x: Disable dsi0 node
Since its inception the module was meant to be disabled by default, but
the original commit failed to add the relevant property.
Fixes: 4aba4cf82054 ("ARM: dts: bcm2835: Add the DSI module nodes and clocks")
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index e1abe8c730ce..b83a864e2e8b 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -372,6 +372,7 @@ "dsi0_ddr2", "dsi0_ddr"; + status = "disabled"; }; aux: aux@7e215000 { |