Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
BCM270X_DT: at86rf233 overlay - drop to 3MHz
Browse files Browse the repository at this point in the history
The consensus is that 6MHz is too fast, but that 3MHz is OK.

See: raspberrypi/linux#1294
     raspberrypi/linux#1151
  • Loading branch information
Phil Elwell authored and kelmously committed Dec 15, 2017
1 parent c68ffdf commit db207bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Load: dtoverlay=at86rf233,<param>=<val>
Params: interrupt GPIO used for INT (default 23)
reset GPIO used for Reset (default 24)
sleep GPIO used for Sleep (default 25)
speed SPI bus speed in Hz (default 6000000)
speed SPI bus speed in Hz (default 3000000)
trim Fine tuning of the internal capacitance
arrays (0=+0pF, 15=+4.5pF, default 15)

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/at86rf233-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
interrupts = <23 4>; /* active high */
reset-gpio = <&gpio 24 1>;
sleep-gpio = <&gpio 25 1>;
spi-max-frequency = <6000000>;
spi-max-frequency = <3000000>;
xtal-trim = /bits/ 8 <0xf>;
};
};
Expand Down

0 comments on commit db207bb

Please sign in to comment.