]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: rockchip, sdram-channel 0xff fix remaining dts
authorSandy Patterson <apatterson@sightlogix.com>
Thu, 28 Jul 2016 13:49:01 +0000 (09:49 -0400)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Aug 2016 23:56:07 +0000 (17:56 -0600)
Add an extra byte so that this data is not byteswapped.

Signed-off-by: Sandy Patterson <apatterson@sightlogix.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3288-rock2-square.dts
arch/arm/dts/rk3288-veyron.dtsi

index 34073c94050e57633ac3b8dd6501af766c567a62..2c30355f06bf285eb5a9169fb41d49b83519a721 100644 (file)
                0x5 0x0>;
        rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
                0xa60 0x40 0x10 0x0>;
-       rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf>;
+       rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
        rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
 };
 
index 421d21290ca8efdef76acd196cb9ce6301e89bcb..d9d51879f03b09ae9505523ff7517f4217773019 100644 (file)
                0x5 0x0>;
        rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200
                0xa60 0x40 0x10 0x0>;
-       rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf>;
+       rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>;
        rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>;
 };