diff options
-rw-r--r-- | Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt index 23e1d3194174..41372d441131 100644 --- a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt +++ b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt | |||
@@ -29,7 +29,7 @@ Example: | |||
29 | 29 | ||
30 | fuse@7000f800 { | 30 | fuse@7000f800 { |
31 | compatible = "nvidia,tegra20-efuse"; | 31 | compatible = "nvidia,tegra20-efuse"; |
32 | reg = <0x7000F800 0x400>, | 32 | reg = <0x7000f800 0x400>, |
33 | <0x70000000 0x400>; | 33 | <0x70000000 0x400>; |
34 | clocks = <&tegra_car TEGRA20_CLK_FUSE>; | 34 | clocks = <&tegra_car TEGRA20_CLK_FUSE>; |
35 | clock-names = "fuse"; | 35 | clock-names = "fuse"; |
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index cf01c818b8ea..0d9f9ae73149 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi | |||
@@ -300,7 +300,7 @@ | |||
300 | apbmisc@0,70000800 { | 300 | apbmisc@0,70000800 { |
301 | compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"; | 301 | compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"; |
302 | reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */ | 302 | reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */ |
303 | <0x0 0x7000E864 0x0 0x04>; /* Strapping options */ | 303 | <0x0 0x7000e864 0x0 0x04>; /* Strapping options */ |
304 | }; | 304 | }; |
305 | 305 | ||
306 | pinmux: pinmux@0,70000868 { | 306 | pinmux: pinmux@0,70000868 { |
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index adf6b048d0bb..f444b67f55c6 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi | |||
@@ -563,7 +563,7 @@ | |||
563 | 563 | ||
564 | fuse@7000f800 { | 564 | fuse@7000f800 { |
565 | compatible = "nvidia,tegra20-efuse"; | 565 | compatible = "nvidia,tegra20-efuse"; |
566 | reg = <0x7000F800 0x400>; | 566 | reg = <0x7000f800 0x400>; |
567 | clocks = <&tegra_car TEGRA20_CLK_FUSE>; | 567 | clocks = <&tegra_car TEGRA20_CLK_FUSE>; |
568 | clock-names = "fuse"; | 568 | clock-names = "fuse"; |
569 | resets = <&tegra_car 39>; | 569 | resets = <&tegra_car 39>; |