diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-11-15 17:02:18 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-11-16 11:28:37 +0300 |
commit | da457d57594b2f954b4b3eed29affafbd7288733 (patch) | |
tree | e9dc2ab9379a3c56cdb49b12af95f1a6c42061ad /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | 7fe91fccc49f147e7f4e1f8eefbe97d014763a79 (diff) | |
download | linux-da457d57594b2f954b4b3eed29affafbd7288733.tar.xz |
ARM: zynq: Fix W=1 dtc 1.4 warnings
The patch removes these warnings reported by dtc 1.4:
Warning (unit_address_vs_reg): Node /pmu has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /fixedregulator@0 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Julia Cartwright <julia@ni.com>
Series-to: arm-soc
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index f47a6c1cc752..402b5bbe3b5b 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -42,14 +42,14 @@ }; }; - pmu { + pmu@f8891000 { compatible = "arm,cortex-a9-pmu"; interrupts = <0 5 4>, <0 6 4>; interrupt-parent = <&intc>; reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >; }; - regulator_vccpint: fixedregulator@0 { + regulator_vccpint: fixedregulator { compatible = "regulator-fixed"; regulator-name = "VCCPINT"; regulator-min-microvolt = <1000000>; |