diff for duplicates of <20180913181245.25484-14-robh@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 2fae1d6..22847c7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,10 +2,10 @@ dtc has new checks for I2C buses. The sun9i-a80 dts file has a node named 'i2c' which causes a false positive warning. As the node is a RSB bus, correct the node name to be 'rsb' to fix the warnings. -arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/codec at e89:reg: I2C address must be less than 10-bits, got "0xe89" -arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/pmic at 745:reg: I2C address must be less than 10-bits, got "0x745" -arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/codec at e89:reg: I2C address must be less than 10-bits, got "0xe89" -arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/pmic at 745:reg: I2C address must be less than 10-bits, got "0x745" +arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got "0xe89" +arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got "0x745" +arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got "0xe89" +arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got "0x745" Cc: Maxime Ripard <maxime.ripard@bootlin.com> Cc: Chen-Yu Tsai <wens@csie.org> @@ -25,8 +25,8 @@ index 25591d6883ef..d9532fb1ef65 100644 }; }; -- r_rsb: i2c at 8003400 { -+ r_rsb: rsb at 8003400 { +- r_rsb: i2c@8003400 { ++ r_rsb: rsb@8003400 { compatible = "allwinner,sun8i-a23-rsb"; reg = <0x08003400 0x400>; interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; diff --git a/a/content_digest b/N1/content_digest index 0f11925..25435c0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,20 @@ - "From\0robh@kernel.org (Rob Herring)\0" + "From\0Rob Herring <robh@kernel.org>\0" "Subject\0[PATCH] ARM: dts: sun9i: Fix I2C bus warnings\0" "Date\0Thu, 13 Sep 2018 13:12:38 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0devicetree@vger.kernel.org" + " linux-arm-kernel@lists.infradead.org\0" + "Cc\0Maxime Ripard <maxime.ripard@bootlin.com>" + " Chen-Yu Tsai <wens@csie.org>\0" "\00:1\0" "b\0" "dtc has new checks for I2C buses. The sun9i-a80 dts file has a node named\n" "'i2c' which causes a false positive warning. As the node is a RSB bus,\n" "correct the node name to be 'rsb' to fix the warnings.\n" "\n" - "arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/codec at e89:reg: I2C address must be less than 10-bits, got \"0xe89\"\n" - "arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/pmic at 745:reg: I2C address must be less than 10-bits, got \"0x745\"\n" - "arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/codec at e89:reg: I2C address must be less than 10-bits, got \"0xe89\"\n" - "arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c at 8003400/pmic at 745:reg: I2C address must be less than 10-bits, got \"0x745\"\n" + "arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got \"0xe89\"\n" + "arch/arm/boot/dts/sun9i-a80-cubieboard4.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got \"0x745\"\n" + "arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/codec@e89:reg: I2C address must be less than 10-bits, got \"0xe89\"\n" + "arch/arm/boot/dts/sun9i-a80-optimus.dtb: Warning (i2c_bus_reg): /soc/i2c@8003400/pmic@745:reg: I2C address must be less than 10-bits, got \"0x745\"\n" "\n" "Cc: Maxime Ripard <maxime.ripard@bootlin.com>\n" "Cc: Chen-Yu Tsai <wens@csie.org>\n" @@ -31,12 +34,12 @@ " \t\t\t};\n" " \t\t};\n" " \n" - "-\t\tr_rsb: i2c at 8003400 {\n" - "+\t\tr_rsb: rsb at 8003400 {\n" + "-\t\tr_rsb: i2c@8003400 {\n" + "+\t\tr_rsb: rsb@8003400 {\n" " \t\t\tcompatible = \"allwinner,sun8i-a23-rsb\";\n" " \t\t\treg = <0x08003400 0x400>;\n" " \t\t\tinterrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;\n" "-- \n" 2.17.1 -010587482add43ee06664f176dae47854fcd15ba591a8cb0f869b421d642e944 +edc88067bcd80f90c8e076f8d8eaad5d6f496858cd0874feb948329f7e862f9f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.