diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-12-25 01:40:48 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-12-25 01:40:48 +0000 |
commit | e424a12707889d609be0cce4a17eee2d735d3505 (patch) | |
tree | bf1d25aaa35c238c59141d16cc78ec176723f80c | |
parent | 510d60d1e26cab8cfca31feddfc028611565d7ce (diff) | |
download | kernel-e424a12707889d609be0cce4a17eee2d735d3505.tar.gz kernel-e424a12707889d609be0cce4a17eee2d735d3505.tar.xz kernel-e424a12707889d609be0cce4a17eee2d735d3505.zip |
fix Raspberry Pi 3A+ DT
-rw-r--r-- | bcm2837-dts-add-Raspberry-Pi-3-A.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcm2837-dts-add-Raspberry-Pi-3-A.patch b/bcm2837-dts-add-Raspberry-Pi-3-A.patch index 705fca6cb..38eb40b8c 100644 --- a/bcm2837-dts-add-Raspberry-Pi-3-A.patch +++ b/bcm2837-dts-add-Raspberry-Pi-3-A.patch @@ -267,7 +267,7 @@ index 0000000..b2df7cf +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; +#include "bcm2837.dtsi" -+#include "bcm2836-rpi.dtsi" ++#include "bcm2835-rpi.dtsi" +#include "bcm283x-rpi-usb-host.dtsi" + +/ { |