mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm64: zynqmp: Add support reading SoC revision using nvmem driver in dwc3
This patch adds support for reading silicon revision using zynqmp nvmem driver. Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b0c55207bf
commit
8e5a4e6f0e
1 changed files with 4 additions and 0 deletions
|
|
@ -1022,6 +1022,8 @@
|
|||
iommus = <&smmu 0x860>;
|
||||
power-domains = <&pd_usb0>;
|
||||
ranges;
|
||||
nvmem-cells = <&soc_revision>;
|
||||
nvmem-cell-names = "soc_revision";
|
||||
|
||||
dwc3_0: dwc3@fe200000 {
|
||||
compatible = "snps,dwc3";
|
||||
|
|
@ -1045,6 +1047,8 @@
|
|||
iommus = <&smmu 0x861>;
|
||||
power-domains = <&pd_usb1>;
|
||||
ranges;
|
||||
nvmem-cells = <&soc_revision>;
|
||||
nvmem-cell-names = "soc_revision";
|
||||
|
||||
dwc3_1: dwc3@fe300000 {
|
||||
compatible = "snps,dwc3";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue