mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 01:03:52 +00:00
arm64: dts: renesas: r8a774a1: Put I2C aliases to board files
I2C aliases are not a property of a SoC. They belong to board files where they are named accordingly in the schematics. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20220825071022.7864-7-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
8d580c0f53
commit
13079557ec
3 changed files with 16 additions and 11 deletions
|
|
@ -10,6 +10,14 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
i2c0 = &i2c0;
|
||||||
|
i2c1 = &i2c1;
|
||||||
|
i2c2 = &i2c2;
|
||||||
|
i2c3 = &i2c3;
|
||||||
|
i2c4 = &i2c4;
|
||||||
|
i2c5 = &i2c5;
|
||||||
|
i2c6 = &i2c6;
|
||||||
|
i2c7 = &iic_pmic;
|
||||||
serial0 = &scif2;
|
serial0 = &scif2;
|
||||||
serial1 = &hscif0;
|
serial1 = &hscif0;
|
||||||
mmc0 = &sdhi3;
|
mmc0 = &sdhi3;
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,14 @@
|
||||||
compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
|
compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
i2c0 = &i2c0;
|
||||||
|
i2c1 = &i2c1;
|
||||||
|
i2c2 = &i2c2;
|
||||||
|
i2c3 = &i2c3;
|
||||||
|
i2c4 = &i2c4;
|
||||||
|
i2c5 = &i2c5;
|
||||||
|
i2c6 = &i2c6;
|
||||||
|
i2c7 = &iic_pmic;
|
||||||
serial0 = &scif2;
|
serial0 = &scif2;
|
||||||
serial1 = &hscif0;
|
serial1 = &hscif0;
|
||||||
serial2 = &hscif1;
|
serial2 = &hscif1;
|
||||||
|
|
|
||||||
|
|
@ -17,17 +17,6 @@
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
|
|
||||||
aliases {
|
|
||||||
i2c0 = &i2c0;
|
|
||||||
i2c1 = &i2c1;
|
|
||||||
i2c2 = &i2c2;
|
|
||||||
i2c3 = &i2c3;
|
|
||||||
i2c4 = &i2c4;
|
|
||||||
i2c5 = &i2c5;
|
|
||||||
i2c6 = &i2c6;
|
|
||||||
i2c7 = &iic_pmic;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The external audio clocks are configured as 0 Hz fixed frequency
|
* The external audio clocks are configured as 0 Hz fixed frequency
|
||||||
* clocks by default.
|
* clocks by default.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue