From 0c6e03bb0d2047dde430df108f603d9fde7e9ce7 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Fri, 16 Jun 2017 17:57:52 +0200 Subject: [PATCH] additional u-boot and linux patches from armbian --- .../enable-1200mhz-on-small-orangepis.patch | 26 +++++++++++++++++++ .../u-boot/u-boot/fix-i2c2-reg-property.patch | 13 ++++++++++ .../u-boot/u-boot/sun8i-set-machid.patch | 11 ++++++++ .../recipes-bsp/u-boot/u-boot_%.bbappend | 1 + .../enable-1200mhz-on-small-orangepis.patch | 26 +++++++++++++++++++ .../linux/linux/fix-i2c2-reg-property.patch | 13 ++++++++++ .../recipes-kernel/linux/linux_%.bbappend | 6 ++++- 7 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/enable-1200mhz-on-small-orangepis.patch create mode 100644 layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/fix-i2c2-reg-property.patch create mode 100644 layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/sun8i-set-machid.patch create mode 100644 layers/meta-resin-allwinner/recipes-kernel/linux/linux/enable-1200mhz-on-small-orangepis.patch create mode 100644 layers/meta-resin-allwinner/recipes-kernel/linux/linux/fix-i2c2-reg-property.patch diff --git a/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/enable-1200mhz-on-small-orangepis.patch b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/enable-1200mhz-on-small-orangepis.patch new file mode 100644 index 0000000..d46943e --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/enable-1200mhz-on-small-orangepis.patch @@ -0,0 +1,26 @@ +diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts +index 63c5498..c585618 100644 +--- a/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts ++++ b/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts +@@ -122,7 +122,7 @@ + + &cpu0 { + operating-points = < +- 1008000 1300000 ++ 1200000 1300000 + 816000 1100000 + 624000 1100000 + 480000 1100000 +diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts +index 87e495f..fb85217 100644 +--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts ++++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts +@@ -115,7 +115,7 @@ + + &cpu0 { + operating-points = < +- 1008000 1300000 ++ 1200000 1300000 + 816000 1100000 + 624000 1100000 + 480000 1100000 \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/fix-i2c2-reg-property.patch b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/fix-i2c2-reg-property.patch new file mode 100644 index 0000000..86959ee --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/fix-i2c2-reg-property.patch @@ -0,0 +1,13 @@ +diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi +index 5b82d160..bccfb98f 100644 +--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi ++++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi +@@ -560,7 +560,7 @@ + + i2c2: i2c@01c2b400 { + compatible = "allwinner,sun6i-a31-i2c"; +- reg = <0x01c2b000 0x400>; ++ reg = <0x01c2b400 0x400>; + interrupts = ; + clocks = <&ccu CLK_BUS_I2C2>; + resets = <&ccu RST_BUS_I2C2>; \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/sun8i-set-machid.patch b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/sun8i-set-machid.patch new file mode 100644 index 0000000..c5294e0 --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot/sun8i-set-machid.patch @@ -0,0 +1,11 @@ +diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h +index a4c3fb69e..47ce2e9e6 100644 +--- a/include/configs/sun8i.h ++++ b/include/configs/sun8i.h +@@ -30,4 +30,6 @@ + */ + #include + ++#define CONFIG_MACH_TYPE (0x1029) ++ + #endif /* __CONFIG_H */ \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend index 5ae6945..03ba5e9 100644 --- a/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend @@ -8,4 +8,5 @@ SRC_URI_append = " \ file://0001-sunxi-h3-Fix-PLL1-setup-to-never-use-dividers.patch \ file://h3-enable-power-led.patch \ file://h3-set-safe-axi_apb-clock-dividers.patch \ + file://h3-adjust-dram-frequency.patch \ " \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux/enable-1200mhz-on-small-orangepis.patch b/layers/meta-resin-allwinner/recipes-kernel/linux/linux/enable-1200mhz-on-small-orangepis.patch new file mode 100644 index 0000000..d46943e --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux/enable-1200mhz-on-small-orangepis.patch @@ -0,0 +1,26 @@ +diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts +index 63c5498..c585618 100644 +--- a/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts ++++ b/arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts +@@ -122,7 +122,7 @@ + + &cpu0 { + operating-points = < +- 1008000 1300000 ++ 1200000 1300000 + 816000 1100000 + 624000 1100000 + 480000 1100000 +diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts +index 87e495f..fb85217 100644 +--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts ++++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts +@@ -115,7 +115,7 @@ + + &cpu0 { + operating-points = < +- 1008000 1300000 ++ 1200000 1300000 + 816000 1100000 + 624000 1100000 + 480000 1100000 \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux/fix-i2c2-reg-property.patch b/layers/meta-resin-allwinner/recipes-kernel/linux/linux/fix-i2c2-reg-property.patch new file mode 100644 index 0000000..86959ee --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux/fix-i2c2-reg-property.patch @@ -0,0 +1,13 @@ +diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi +index 5b82d160..bccfb98f 100644 +--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi ++++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi +@@ -560,7 +560,7 @@ + + i2c2: i2c@01c2b400 { + compatible = "allwinner,sun6i-a31-i2c"; +- reg = <0x01c2b000 0x400>; ++ reg = <0x01c2b400 0x400>; + interrupts = ; + clocks = <&ccu CLK_BUS_I2C2>; + resets = <&ccu RST_BUS_I2C2>; \ No newline at end of file diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend index 3c88ed0..3343868 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_%.bbappend @@ -8,8 +8,12 @@ PV = "4.10.0+git${SRCPV}" SRCREV_pn-${PN} = "e43efb1d77fddf5d472dca84c58e706d3f9d5499" SRC_URI_append = "git://github.com/megous/linux.git;protocol=git;branch=orange-pi-4.10 \ file://add-thermal-otg-wireless-opi-lite.patch \ + file://enable-1200mhz-on-small-orangepis.patch \ " SRC_URI_append_orange-pi-lite = " \ file://add-realtek-8189fs-driver.patch \ -" \ No newline at end of file +" + +# Add these patches once moved to linux 4.11 or 4.12 +# file://fix-i2c2-reg-property.patch \ \ No newline at end of file