Skip to content

Commit

Permalink
added okay status to rpi dts files in rpi-rf-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 11, 2023
1 parent 9fc98b0 commit 6da5bd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
target = <&uart0>;
__overlay__ {
compatible = "pivccu,pl011";
status = "okay";
pivccu,reset-gpios = <&gpio 18 0>; // HM-MOD-RPI-PCB
pivccu,rtc = <&rpi_rf_mod_rtc>; // RPI-RF-MOD
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
target = <&uart0>;
__overlay__ {
compatible = "pivccu,pl011";
status = "okay";
pivccu,reset-gpios = <&gpio 18 0>; // HM-MOD-RPI-PCB
};
};
Expand Down
1 change: 1 addition & 0 deletions buildroot-external/package/rpi-rf-mod/dts/rpi-rf-mod.dts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
target = <&uart0>;
__overlay__ {
compatible = "pivccu,pl011";
status = "okay";
pivccu,reset-gpios = <&gpio 18 0>, <&gpio 19 0>; // HM-MOD-RPI-PCB, RPI-RF-MOD
pivccu,led-gpios = <&gpio 16 0>, <&gpio 20 0>, <&gpio 21 0>; // RPI-RF-MOD
pivccu,rtc = <&rpi_rf_mod_rtc>; // RPI-RF-MOD
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/package/rpi-rf-mod/rpi-rf-mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
################################################################################

RPI_RF_MOD_VERSION = 1.11.0
RPI_RF_MOD_VERSION = 1.12.0
RPI_RF_MOD_SITE = $(BR2_EXTERNAL_EQ3_PATH)/package/rpi-rf-mod
RPI_RF_MOD_SITE_METHOD = local
RPI_RF_MOD_LICENSE = Apache-2.0
Expand Down

0 comments on commit 6da5bd1

Please sign in to comment.