ARM: shmobile: r8a7790: add i2c aliases to dtsi
authorWolfram Sang <wsa@sang-engineering.com>
Sun, 16 Feb 2014 09:40:58 +0000 (10:40 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 17 Feb 2014 03:18:49 +0000 (12:18 +0900)
Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790.dtsi

index d7bde1ee2bb033c51d5fdb71842c963459c78f6a..6eb9613d9c8defe1992174ca55b84d4fb9207a8e 100644 (file)
        #address-cells = <2>;
        #size-cells = <2>;
 
+       aliases {
+               i2c0 = &i2c0;
+               i2c1 = &i2c1;
+               i2c2 = &i2c2;
+               i2c3 = &i2c3;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
This page took 0.026073 seconds and 5 git commands to generate.