mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 10:55:09 +07:00
Merge branch 'for-3.7/fixes-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into fixes
From Stephen Warren: * 'for-3.7/fixes-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra: ARM: dt: tegra: fix length of pad control and mux registers
This commit is contained in:
commit
dfac74d38e
@ -73,8 +73,8 @@ gpio: gpio {
|
|||||||
|
|
||||||
pinmux: pinmux {
|
pinmux: pinmux {
|
||||||
compatible = "nvidia,tegra30-pinmux";
|
compatible = "nvidia,tegra30-pinmux";
|
||||||
reg = <0x70000868 0xd0 /* Pad control registers */
|
reg = <0x70000868 0xd4 /* Pad control registers */
|
||||||
0x70003000 0x3e0>; /* Mux registers */
|
0x70003000 0x3e4>; /* Mux registers */
|
||||||
};
|
};
|
||||||
|
|
||||||
serial@70006000 {
|
serial@70006000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user