Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: use 'atmel' as at24 manufacturer for qcom-apq8064-cm-qs600

Using compatible strings without the <manufacturer> part for at24 is
now deprecated. Use a correct 'atmel,<model>' value.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Bartosz Golaszewski and committed by
Andy Gross
ee2137ad 228eac04

+1 -1
+1 -1
arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
··· 133 133 clock-frequency = <200000>; 134 134 135 135 eeprom@50 { 136 - compatible = "24c02"; 136 + compatible = "atmel,24c02"; 137 137 reg = <0x50>; 138 138 pagesize = <32>; 139 139 };