]> Git Repo - J-u-boot.git/commitdiff
sunxi: A64: pinebook-u-boot: Include sunxi-u-boot.dtsi
authorJagan Teki <[email protected]>
Fri, 25 Jan 2019 08:28:25 +0000 (13:58 +0530)
committerJagan Teki <[email protected]>
Wed, 30 Jan 2019 12:52:18 +0000 (18:22 +0530)
Like other Allwinner A64 boards, pinebook also need altering
auto-numbering of mmc2 to mmc1 which is available in common
sunxi dsti file, sunxi-u-boot.dtsi

Pinebook has a separate sun50i-a64-pinebook-u-boot.dtsi which
takes more precedence for u-boot.dtsi inclusion and it eventually
failed to include the sunxi-u-boot.dtsi.

So, this patch add support to include the sunxi-u-boot.dtsi in the
sun50i-a64-pinebook-u-boot.dtsi

Signed-off-by: Jagan Teki <[email protected]>
Tested-by: Vasily Khoruzhick <[email protected]> # Pinebook
arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi

index a99b7171d080790e41521acb0cf92e8daeb45539..650ab97ec9993022d81ec3fa1fd5351a927843e5 100644 (file)
@@ -4,6 +4,8 @@
  *
  */
 
+#include "sunxi-u-boot.dtsi"
+
 /* The ANX6345 eDP-bridge is on r_i2c */
 &r_i2c {
        anx6345: edp-bridge@38 {
This page took 0.03429 seconds and 4 git commands to generate.