mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
board: starqltechn: Align DT node overrides with sdm845.dtsi
Currently there is a mismatch among DT node overrides in starqltechn board DTS file and the actual DT nodes in the sdm845.dtsi. So fix that to align with DT nodes in sdm845.dtsi. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
@@ -16,16 +16,14 @@
|
|||||||
serial@a84000 {
|
serial@a84000 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
gcc {
|
clock-controller@100000 {
|
||||||
clock-controller@100000 {
|
u-boot,dm-pre-reloc;
|
||||||
u-boot,dm-pre-reloc;
|
};
|
||||||
};
|
gpio_north@3900000 {
|
||||||
gpio_north@3900000 {
|
u-boot,dm-pre-reloc;
|
||||||
u-boot,dm-pre-reloc;
|
};
|
||||||
};
|
pinctrl_north@3900000 {
|
||||||
pinctrl@3900000 {
|
u-boot,dm-pre-reloc;
|
||||||
u-boot,dm-pre-reloc;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl@3900000 {
|
pinctrl_north@3900000 {
|
||||||
muic_i2c: muic_i2c {
|
muic_i2c: muic_i2c {
|
||||||
pins = "GPIO_33", "GPIO_34";
|
pins = "GPIO_33", "GPIO_34";
|
||||||
drive-strength = <0x2>;
|
drive-strength = <0x2>;
|
||||||
|
Reference in New Issue
Block a user