mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
When the Tegra High-Speed UART is used instead of the regular UART, the reg-shift property is implied from the compatible string and should not be explicitly listed. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
e52fed28f6
commit
79b788bfc7
|
|
@ -450,11 +450,13 @@ i2s@70002800 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
/* GPS BCM4751 */
|
||||
};
|
||||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra20-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
/* Azurewave AW-NH615 BCM4329B1 */
|
||||
|
|
|
|||
|
|
@ -1080,6 +1080,7 @@ drive_sdio1 {
|
|||
|
||||
serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
/* Broadcom GPS BCM47511 */
|
||||
|
|
@ -1087,6 +1088,7 @@ serial@70006040 {
|
|||
|
||||
serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
nvidia,adjust-baud-rates = <0 9600 100>,
|
||||
|
|
|
|||
|
|
@ -1103,6 +1103,7 @@ drive_lcd2 {
|
|||
|
||||
uartb: serial@70006040 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
/* Broadcom GPS BCM47511 */
|
||||
|
|
@ -1110,6 +1111,7 @@ uartb: serial@70006040 {
|
|||
|
||||
uartc: serial@70006200 {
|
||||
compatible = "nvidia,tegra30-hsuart";
|
||||
/delete-property/ reg-shift;
|
||||
status = "okay";
|
||||
|
||||
nvidia,adjust-baud-rates = <0 9600 100>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user