Skip to content

Commit

Permalink
(maybe) move gpiomem node from overlay to bcm270x.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Wren6991 committed Aug 20, 2015
1 parent 5c8184d commit 680fd49
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm2708.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
arm-pmu {
compatible = "arm,arm1176-pmu";
};

gpiomem {
compatible = "brcm,bcm2835-gpiomem";
reg = <0x7e200000 0x1000>;
status = "okay";
};
};
};
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm2709.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
compatible = "arm,cortex-a7-pmu";
interrupts = <3 9>;
};

gpiomem {
compatible = "brcm,bcm2835-gpiomem";
reg = <0x7e200000 0x1000>;
status = "okay";
};
};

timer {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dtb-$(RPI_DT_OVERLAYS) += bmp085_i2c-sensor-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += dht11-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += enc28j60-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += gpio-poweroff-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += gpiomem-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += hifiberry-amp-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += hifiberry-dac-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += hifiberry-dacplus-overlay.dtb
Expand Down
25 changes: 0 additions & 25 deletions arch/arm/boot/dts/overlays/gpiomem-overlay.dts

This file was deleted.

0 comments on commit 680fd49

Please sign in to comment.