diff options
author | Nicolas Saenz Julienne <nsaenzjulienne@suse.de> | 2018-11-28 10:36:01 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2019-05-14 00:08:09 +0100 |
commit | d2263e5e29fc793fcf95f1cda6625a2ba5e50d4b (patch) | |
tree | 8e86851b32099ee0a3088aacc49e9e315050f173 /arch/arm | |
parent | a95b5cfc5270ed0124713549b48cb24082a01ccd (diff) | |
download | linux-rpi3-d2263e5e29fc793fcf95f1cda6625a2ba5e50d4b.tar.gz linux-rpi3-d2263e5e29fc793fcf95f1cda6625a2ba5e50d4b.tar.bz2 linux-rpi3-d2263e5e29fc793fcf95f1cda6625a2ba5e50d4b.zip |
BCM2708_DT: update firmware node binding
The upstreamed version of the firmware node has been updated to present
it as a "simple-bus". We need to get this in order to accomodate other
device bindings, namely RPi's firmware based gpio expander.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/bcm2708-rpi.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2708-rpi.dtsi b/arch/arm/boot/dts/bcm2708-rpi.dtsi index 1b5ab163cd6b..9e1492186728 100644 --- a/arch/arm/boot/dts/bcm2708-rpi.dtsi +++ b/arch/arm/boot/dts/bcm2708-rpi.dtsi @@ -50,7 +50,9 @@ }; firmware: firmware { - compatible = "raspberrypi,bcm2835-firmware"; + compatible = "raspberrypi,bcm2835-firmware", "simple-bus"; + #address-cells = <0>; + #size-cells = <0>; mboxes = <&mailbox>; }; |