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

staging: mt7621-dts: change palmbus address to lower case

Hexadecimal addresses in device tree must be defined using lower case.
Change missing one in 'gbpc1.dts' file.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20211019102915.15409-1-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sergio Paracuellos and committed by
Greg Kroah-Hartman
efbc7bd9 524b09ea

+1 -1
+1 -1
drivers/staging/mt7621-dts/gbpc1.dts
··· 18 18 bootargs = "console=ttyS0,57600"; 19 19 }; 20 20 21 - palmbus: palmbus@1E000000 { 21 + palmbus: palmbus@1e000000 { 22 22 i2c@900 { 23 23 status = "okay"; 24 24 };