diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-12 20:50:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-01-12 20:50:41 +0000 |
commit | ba3a749f9b29b40784bb576651142c601d4a7211 (patch) | |
tree | 5adb2f84ad87b100b0a0bde6f1e0407aa32203e1 /target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch | |
parent | bd99318c820c47af63c30dcf12fb3f929c257180 (diff) | |
download | upstream-ba3a749f9b29b40784bb576651142c601d4a7211.tar.gz upstream-ba3a749f9b29b40784bb576651142c601d4a7211.tar.bz2 upstream-ba3a749f9b29b40784bb576651142c601d4a7211.zip |
kernel: refresh patches for kernel 4.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48222
Diffstat (limited to 'target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch')
-rw-r--r-- | target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch b/target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch index 12c9e5e2af..780e034062 100644 --- a/target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch +++ b/target/linux/sunxi/patches-4.4/110-clk-sunxi-add-ve-for-sun457i.patch @@ -20,11 +20,9 @@ Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> 3 files changed, 176 insertions(+) create mode 100644 drivers/clk/sunxi/clk-a10-ve.c -diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt b/Documentation/devicetree/bindings/clock/sunxi.txt -index 014eab8..e59f57b 100644 --- a/Documentation/devicetree/bindings/clock/sunxi.txt +++ b/Documentation/devicetree/bindings/clock/sunxi.txt -@@ -76,6 +76,7 @@ Required properties: +@@ -71,6 +71,7 @@ Required properties: "allwinner,sun8i-h3-usb-clk" - for usb gates + resets on H3 "allwinner,sun9i-a80-usb-mod-clk" - for usb gates + resets on A80 "allwinner,sun9i-a80-usb-phy-clk" - for usb phy gates + resets on A80 @@ -32,7 +30,7 @@ index 014eab8..e59f57b 100644 Required properties for all clocks: - reg : shall be the control register address for the clock. -@@ -95,6 +96,9 @@ Required properties for all clocks: +@@ -90,6 +91,9 @@ Required properties for all clocks: And "allwinner,*-usb-clk" clocks also require: - reset-cells : shall be set to 1 @@ -42,8 +40,6 @@ index 014eab8..e59f57b 100644 The "allwinner,sun9i-a80-mmc-config-clk" clock also requires: - #reset-cells : shall be set to 1 - resets : shall be the reset control phandle for the mmc block. -diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile -index abf4916..1a909f9 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -7,6 +7,7 @@ obj-y += clk-a10-codec.o @@ -54,9 +50,6 @@ index abf4916..1a909f9 100644 obj-y += clk-a20-gmac.o obj-y += clk-mod0.o obj-y += clk-simple-gates.o -diff --git a/drivers/clk/sunxi/clk-a10-ve.c b/drivers/clk/sunxi/clk-a10-ve.c -new file mode 100644 -index 0000000..044c171 --- /dev/null +++ b/drivers/clk/sunxi/clk-a10-ve.c @@ -0,0 +1,171 @@ |