diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-04-26 10:02:03 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-04-26 12:34:05 +0200 |
commit | 20bef320366f13b81a21c198dd33c14084ee6cc3 (patch) | |
tree | b871ecbf41adfc38efb39fbba6285ea0db3c44c2 /arch/arm/boot/dts/r8a7791-porter.dts | |
parent | Merge tag 'omap-for-v4.6/dt-ti81xx-signed' of git://git.kernel.org/pub/scm/li... (diff) | |
parent | ARM: shmobile: timer: Fix preset_lpj leading to too short delays (diff) | |
download | linux-20bef320366f13b81a21c198dd33c14084ee6cc3.tar.xz linux-20bef320366f13b81a21c198dd33c14084ee6cc3.zip |
Merge tag 'renesas-fixes-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
Renesas ARM Based SoC Fixes for v4.6
* Correct preset_lpj calculation which may lead to too short delays
* Correct handling of optional clocks on r8a7791 to restore
access to the serial port the porter board
This is a backmerge of v4.6 fixes, to avoid a merge conflict between 4.6
and our next/dt branch.
* tag 'renesas-fixes-for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: timer: Fix preset_lpj leading to too short delays
Revert "ARM: dts: porter: Enable SCIF_CLK frequency and pins"
ARM: dts: r8a7791: Don't disable referenced optional clocks
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-porter.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 9554d13362f6..6a1bb1a8209b 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -142,19 +142,11 @@ }; &pfc { - pinctrl-0 = <&scif_clk_pins>; - pinctrl-names = "default"; - scif0_pins: serial0 { groups = "scif0_data_d"; function = "scif0"; }; - scif_clk_pins: scif_clk { - groups = "scif_clk"; - function = "scif_clk"; - }; - ether_pins: ether { groups = "eth_link", "eth_mdio", "eth_rmii"; function = "eth"; @@ -228,11 +220,6 @@ status = "okay"; }; -&scif_clk { - clock-frequency = <14745600>; - status = "okay"; -}; - ðer { pinctrl-0 = <ðer_pins &phy1_pins>; pinctrl-names = "default"; @@ -413,6 +400,7 @@ }; &pcie_bus_clk { + clock-frequency = <100000000>; status = "okay"; }; |