arm64: dts: exynos: use hyphens in Exynos5433 node names
Use hyphens instead of underscores in the Exynos5433 node names which is expected by naming convention, multiple dtschema files and pointed out by dtc W=2 builds. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201105184506.215648-6-krzk@kernel.org
This commit is contained in:
parent
e1e47fbca6
commit
d45d3621d6
|
@ -87,7 +87,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
bus_g2d_400_opp_table: opp_table2 {
|
||||
bus_g2d_400_opp_table: opp-table2 {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
|
@ -117,7 +117,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
bus_g2d_266_opp_table: opp_table3 {
|
||||
bus_g2d_266_opp_table: opp-table3 {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
opp-267000000 {
|
||||
|
@ -137,7 +137,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
bus_gscl_opp_table: opp_table4 {
|
||||
bus_gscl_opp_table: opp-table4 {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
opp-333000000 {
|
||||
|
@ -151,7 +151,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
bus_hevc_opp_table: opp_table5 {
|
||||
bus_hevc_opp_table: opp-table5 {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
|
@ -175,7 +175,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
bus_noc2_opp_table: opp_table6 {
|
||||
bus_noc2_opp_table: opp-table6 {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
opp-400000000 {
|
||||
|
|
|
@ -860,7 +860,7 @@
|
|||
muic: max77843-muic {
|
||||
compatible = "maxim,max77843-muic";
|
||||
|
||||
musb_con: musb_connector {
|
||||
musb_con: musb-connector {
|
||||
compatible = "samsung,usb-connector-11pin",
|
||||
"usb-b-connector";
|
||||
label = "micro-USB";
|
||||
|
@ -1083,7 +1083,7 @@
|
|||
PIN(INPUT, gpf5-7, DOWN, FAST_SR1);
|
||||
};
|
||||
|
||||
te_irq: te_irq {
|
||||
te_irq: te-irq {
|
||||
samsung,pins = "gpf1-3";
|
||||
samsung,pin-function = <0xf>;
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
interrupt-parent = <&gic>;
|
||||
|
||||
arm_a53_pmu {
|
||||
arm-a53-pmu {
|
||||
compatible = "arm,cortex-a53-pmu";
|
||||
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -32,7 +32,7 @@
|
|||
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
||||
};
|
||||
|
||||
arm_a57_pmu {
|
||||
arm-a57-pmu {
|
||||
compatible = "arm,cortex-a57-pmu";
|
||||
interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -137,7 +137,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
cluster_a53_opp_table: opp_table0 {
|
||||
cluster_a53_opp_table: opp-table0 {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
|
@ -183,7 +183,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
cluster_a57_opp_table: opp_table1 {
|
||||
cluster_a57_opp_table: opp-table1 {
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
|
|
Loading…
Reference in New Issue