forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request torvalds#544 from analogdevicesinc/adrv9009-zu11eg…
…-revb Add adrv9009-zu11eg-revb support
- Loading branch information
Showing
6 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
arch/arm64/boot/dts/xilinx/zynqmp-adrv9009-zu11eg-revb-adrv2crr-fmc-sync.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
#include "zynqmp-adrv9009-zu11eg-reva-adrv2crr-fmc-sync.dts" | ||
#include "zynqmp-adrv9009-zu11eg-revb.dts" | ||
|
4 changes: 4 additions & 0 deletions
4
arch/arm64/boot/dts/xilinx/zynqmp-adrv9009-zu11eg-revb-adrv2crr-fmc.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
#include "zynqmp-adrv9009-zu11eg-reva-adrv2crr-fmc.dts" | ||
#include "zynqmp-adrv9009-zu11eg-revb.dts" | ||
|
44 changes: 44 additions & 0 deletions
44
arch/arm64/boot/dts/xilinx/zynqmp-adrv9009-zu11eg-revb.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* | ||
* Summary of RevA -> RevB changes: | ||
* | ||
* | ||
* OUT 1,3,8,9 -- LVPECL force & force to logic zero | ||
* OUT 6,7 -- CML no pull-up(will be LVPECL on rev C) | ||
*/ | ||
|
||
/ { | ||
model = "Analog Devices ADRV9009-ZU11EG Rev.B"; | ||
}; | ||
|
||
&hmc7044_c1 { | ||
adi,force-mute-enable; | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_LVPECL>; | ||
adi,control0-rb4-enable; | ||
}; | ||
|
||
&hmc7044_c3 { | ||
adi,force-mute-enable; | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_LVPECL>; | ||
adi,control0-rb4-enable; | ||
}; | ||
|
||
&hmc7044_c8 { | ||
adi,force-mute-enable; | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_LVPECL>; | ||
adi,control0-rb4-enable; | ||
}; | ||
|
||
&hmc7044_c9 { | ||
adi,force-mute-enable; | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_LVPECL>; | ||
adi,control0-rb4-enable; | ||
}; | ||
|
||
&hmc7044_c6 { | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_CML>; | ||
}; | ||
|
||
&hmc7044_c7 { | ||
adi,driver-mode = <HMC7044_DRIVER_MODE_CML>; | ||
}; | ||
|